mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 15:48:20 +00:00
vhost currently merges regions with contiguious virtual and physical
addresses. This breaks for vhost-user since that also needs fds to
match.
Add a vhost_ops entry to compare the fds for vhost-user only.
Cc: qemu-stable@nongnu.org
Cc: Victor Kaplansky <victork@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
(cherry picked from commit ffe42cc14c
)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>