qemu-e2k/hw/virtio
Michael S. Tsirkin 3561ba1418 vhost: clear signalled_used_valid on vhost stop
When vhost device stops, its implementation synchronizes kernel state
back to virtio.c so we can continue emulating the device
in userspace.

This patch ensures that virtio.c's signalled_used_valid flag is reset so
that userspace does not suppress guest notifications due to stale
signalled_used values.

Cc: qemu-stable@nongnu.org
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2013-08-12 12:25:17 +03:00
..
dataplane virtio: clear signalled_used_valid when switching from dataplane 2013-08-12 12:19:04 +03:00
Makefile.objs virtio: Implement MMIO based virtio transport 2013-07-19 12:58:47 +01:00
vhost.c vhost: clear signalled_used_valid on vhost stop 2013-08-12 12:25:17 +03:00
virtio-balloon.c devices: Associate devices to their logical category 2013-07-29 10:37:09 -05:00
virtio-bus.c
virtio-mmio.c devices: Associate devices to their logical category 2013-07-29 10:37:09 -05:00
virtio-pci.c devices: Associate devices to their logical category 2013-07-29 10:37:09 -05:00
virtio-pci.h
virtio-rng.c devices: Associate devices to their logical category 2013-07-29 10:37:09 -05:00
virtio.c virtio: clear signalled_used_valid when switching from dataplane 2013-08-12 12:19:04 +03:00