Paolo Bonzini
26b9b5fe17
virtio: fix vhost handling
...
Commit b1f416aa8d870fab71030abc9401cfc77b948e8e breaks vhost_net
because it always registers the virtio_pci_host_notifier_read() handler
function on the ioeventfd, even when vhost_net.ko is using the ioeventfd.
The result is both QEMU and vhost_net.ko polling on the same eventfd
and the virtio_net.ko guest driver seeing inconsistent results:
# ifconfig eth0 192.168.0.1 netmask 255.255.255.0
virtio_net virtio0: output:id 0 is not a head!
To fix this, proceed the same as we do for irqfd: add a parameter to
virtio_queue_set_host_notifier_fd_handler and in that case only set
the notifier, not the handler.
Cc: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Tested-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2012-08-06 14:01:44 -05:00
..
2012-07-31 22:01:40 +05:30
2012-07-20 14:30:09 +01:00
2012-07-29 17:05:35 +03:00
2012-07-27 21:13:02 +00:00
2012-08-01 13:32:10 +01:00
2012-07-04 15:52:55 +03:00
2012-08-01 08:45:06 -05:00
2012-07-10 11:31:09 +03:00
2012-07-10 11:31:09 +03:00
2012-08-01 08:45:06 -05:00
2012-07-20 13:34:50 +01:00
2012-07-20 13:34:49 +01:00
2012-07-17 16:48:32 +02:00
2012-07-17 16:48:32 +02:00
2012-07-28 09:23:11 +00:00
2012-08-01 13:32:10 +01:00
2012-08-01 13:32:10 +01:00
2012-08-01 13:32:10 +01:00
2012-08-01 13:32:10 +01:00
2012-07-04 15:52:55 +03:00
2012-07-28 09:18:25 +00:00
2012-08-03 10:04:37 +02:00
2012-08-01 13:32:10 +01:00
2012-08-01 12:56:15 +01:00
2012-07-20 14:30:09 +01:00
2012-07-20 14:18:24 +01:00
2012-07-20 14:30:09 +01:00
2012-07-20 14:30:09 +01:00
2012-07-17 16:48:32 +02:00
2012-07-17 16:48:29 +02:00
2012-07-17 16:48:32 +02:00
2012-08-01 12:56:15 +01:00
2012-07-17 16:48:30 +02:00
2012-07-12 10:59:53 +00:00
2012-08-01 12:56:15 +01:00
2012-07-29 17:05:35 +03:00
2012-07-04 15:52:55 +03:00
2012-07-29 17:05:35 +03:00
2012-08-01 12:56:15 +01:00
2012-08-01 13:32:10 +01:00
2012-08-01 13:32:10 +01:00
2012-07-30 10:00:48 -05:00
2012-07-17 16:48:32 +02:00
2012-08-01 12:56:15 +01:00
2012-08-01 13:32:10 +01:00
2012-08-03 10:04:37 +02:00
2012-08-03 10:04:37 +02:00
2012-08-01 13:32:10 +01:00
2012-08-02 13:16:42 -05:00
2012-08-01 12:56:15 +01:00
2012-08-01 12:56:15 +01:00
2012-08-01 13:32:10 +01:00
2012-07-19 17:56:42 +03:00
2012-07-19 17:56:42 +03:00
2012-07-19 17:56:42 +03:00
2012-07-19 17:56:42 +03:00
2012-08-01 13:32:10 +01:00
2012-08-01 13:32:10 +01:00
2012-08-01 13:32:10 +01:00
2012-08-01 13:32:10 +01:00
2012-07-14 10:36:24 +00:00
2012-08-01 13:32:10 +01:00
2012-07-27 21:13:01 +00:00
2012-08-01 12:56:15 +01:00
2012-07-27 21:13:02 +00:00
2012-08-04 13:23:58 +00:00
2012-07-04 15:52:55 +03:00
2012-07-29 17:05:35 +03:00
2012-07-04 15:52:55 +03:00
2012-07-14 10:13:29 +00:00
2012-07-29 17:05:35 +03:00
2012-07-14 10:12:59 +00:00
2012-07-29 17:05:35 +03:00
2012-07-29 17:05:35 +03:00
2012-08-01 13:32:10 +01:00
2012-08-01 13:32:10 +01:00
2012-08-01 13:32:10 +01:00
2012-07-19 17:15:42 +03:00
2012-07-20 13:34:49 +01:00
2012-07-21 10:54:40 +01:00
2012-08-02 13:16:42 -05:00
2012-08-01 13:32:10 +01:00
2012-08-01 12:56:15 +01:00
2012-08-01 13:32:10 +01:00
2012-08-01 13:32:10 +01:00
2012-07-17 16:48:30 +02:00
2012-08-03 21:55:03 +02:00
2012-08-03 21:55:03 +02:00
2012-08-03 10:01:35 +02:00
2012-07-27 08:25:26 +02:00
2012-07-14 10:37:01 +00:00
2012-08-01 13:32:10 +01:00
2012-08-01 13:32:10 +01:00
2012-07-21 10:54:40 +01:00
2012-08-01 13:32:10 +01:00
2012-07-17 16:48:32 +02:00
2012-08-01 12:56:15 +01:00
2012-07-14 10:50:52 +00:00
2012-07-14 10:50:52 +00:00
2012-08-01 13:32:10 +01:00
2012-08-01 13:32:10 +01:00
2012-07-12 14:08:10 +03:00
2012-07-09 12:35:06 -05:00
2012-07-17 16:48:32 +02:00
2012-07-17 16:48:32 +02:00
2012-08-01 13:32:10 +01:00
2012-08-06 14:01:44 -05:00
2012-07-27 08:25:27 +02:00
2012-07-09 12:35:06 -05:00
2012-08-06 14:01:44 -05:00
2012-08-06 14:01:44 -05:00
2012-07-28 09:23:11 +00:00
2012-08-02 13:16:42 -05:00
2012-07-04 15:52:55 +03:00
2012-08-04 07:54:15 -05:00
2012-08-04 07:54:15 -05:00
2012-08-01 13:32:10 +01:00
2012-08-01 08:43:37 -05:00
2012-08-01 13:32:10 +01:00
2012-08-01 13:32:10 +01:00
2012-08-01 13:32:10 +01:00
2012-07-04 15:52:55 +03:00
2012-07-04 15:52:55 +03:00
2012-08-01 12:56:15 +01:00