qemu-patch-raspberry4/hw/virtio
Cornelia Huck cf34f533a1 virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into core
Nearly all transports have been offering VIRTIO_F_NOTIFY_ON_EMPTY,
s390-virtio being the exception. There's no reason why it shouldn't
offer it as well, though (handling is done in core anyway), so let's
move it to the common virtio features.

While we're changing it anyway, fix the indentation for the
DEFINE_VIRTIO_COMMON_FEATURES macro.

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2015-05-31 16:27:25 +02:00
..
dataplane virtio: add feature checking helpers 2015-02-26 13:04:07 +01:00
Makefile.objs dataplane: endianness-aware accesses 2015-02-16 15:07:16 +00:00
vhost-backend.c vhost: Remove superfluous '\n' around error_report() 2015-03-10 08:15:33 +03:00
vhost-user.c vhost-user: remove superfluous '\n' around error_report() 2015-04-30 16:06:17 +03:00
vhost.c vhost: fix log base address 2015-04-20 09:27:01 +01:00
virtio-balloon.c hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_init 2015-05-31 16:26:41 +02:00
virtio-bus.c virtio: move host_features 2015-05-31 16:27:18 +02:00
virtio-mmio.c virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into core 2015-05-31 16:27:25 +02:00
virtio-pci.c virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into core 2015-05-31 16:27:25 +02:00
virtio-pci.h virtio: move host_features 2015-05-31 16:27:18 +02:00
virtio-rng.c virtio-rng: fix check for period_ms validity 2015-01-05 14:02:47 +05:30
virtio.c virtio: move host_features 2015-05-31 16:27:18 +02:00