qemu-e2k/include/hw/virtio
Pankaj Gupta 1e7398a140 vhost: enable vhost without without MSI-X
We use vhostforce to enable vhost even if Guests don't have MSI-X
support and we fall back to QEMU virtio-net.

This gives a very small performance gain, but the disadvantage
is that guest now controls which virtio code is running
(qemu or vhost) so our attack surface is doubled.

This patch will enable vhost unconditionally whenever it's requested.
For compatibility, enable vhost when vhostforce is set, as well.

Signed-off-by: Pankaj Gupta <pagupta@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Jason Wang <jasowang@redhat.com>
2015-06-19 12:17:49 +02:00
..
dataplane virtio: use standard virtio_ring.h 2015-02-26 13:04:03 +01:00
vhost-backend.h virtio: Move extern declaration to header file 2014-08-09 00:06:32 +04:00
vhost-scsi.h vhost-scsi: move qdev properties into vhost-scsi.c 2015-06-10 18:15:34 +02:00
vhost.h vhost: enable vhost without without MSI-X 2015-06-19 12:17:49 +02:00
virtio-9p.h hw: move headers to include/ 2013-04-08 18:13:10 +02:00
virtio-access.h virtio: introduce virtio_legacy_is_cross_endian() 2015-06-17 17:12:54 +02:00
virtio-balloon.h virtio_balloon: header update 2015-06-10 18:15:05 +02:00
virtio-blk.h virtio-blk: correctly dirty guest memory 2015-04-08 10:39:18 +01:00
virtio-bus.h virtio: device_plugged() can fail 2015-05-31 16:44:12 +02:00
virtio-input.h virtio-input: emulated devices [device] 2015-05-29 10:30:40 +02:00
virtio-net.h virtio-net.h: Remove unsed DEFINE_VIRTIO_NET_PROPERTIES 2015-06-10 18:15:34 +02:00
virtio-rng.h virtio-rng: move qdev properties into virtio-rng.c 2015-06-10 18:15:34 +02:00
virtio-scsi.h virtio-scsi: move qdev properties into virtio-scsi.c 2015-06-10 18:15:34 +02:00
virtio-serial.h virtio-serial-bus: move qdev properties into virtio-serial-bus.c 2015-06-10 18:15:34 +02:00
virtio.h virtio: add modern config accessors 2015-06-10 18:15:05 +02:00