qemu-e2k/tests/libqos
Stefan Hajnoczi ee3b850a70 libqos: drop duplicated virtio_ring.h bit definitions
Note that virtio_ring.h defines feature bits using their bit number:

  #define VIRTIO_RING_F_INDIRECT_DESC     28

On the other hand libqos virtio.h uses the bit mask:

  #define QVIRTIO_F_RING_INDIRECT_DESC    0x10000000

The patch makes the necessary adjustments.

I have used "1u << BITMASK" instead of "1ULL << BITMASK" because the
64-bit feature fields are not implemented in libqos virtio.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1462798061-30382-5-git-send-email-stefanha@redhat.com
2016-06-20 11:44:12 +01:00
..
ahci.c tests: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
ahci.h all: Clean up includes 2016-02-23 12:43:05 +00:00
fw_cfg.c tests: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
fw_cfg.h all: Clean up includes 2016-02-23 12:43:05 +00:00
i2c-imx.c tests: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
i2c-omap.c tests: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
i2c.c tests: Clean up includes 2016-02-16 14:29:27 +00:00
i2c.h all: Clean up includes 2016-02-23 12:43:05 +00:00
libqos-pc.c tests: Clean up includes 2016-02-16 14:29:27 +00:00
libqos-pc.h qtest/ahci: Allow override of default CLI options 2015-04-28 15:27:51 -04:00
libqos.c tests: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
libqos.h libqos: add qemu-img presence check 2015-11-13 14:31:42 -05:00
malloc-generic.c tests: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
malloc-generic.h
malloc-pc.c tests: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
malloc-pc.h
malloc.c tests: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
malloc.h all: Clean up includes 2016-02-23 12:43:05 +00:00
pci-pc.c tests: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
pci-pc.h
pci.c tests: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
pci.h all: Clean up includes 2016-02-23 12:43:05 +00:00
usb.c tests: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
usb.h
virtio-mmio.c libqos: drop duplicated virtio_ring.h bit definitions 2016-06-20 11:44:12 +01:00
virtio-mmio.h libqos: Add virtio MMIO support 2015-03-10 14:02:20 +01:00
virtio-pci.c libqos: drop duplicated virtio_ring.h bit definitions 2016-06-20 11:44:12 +01:00
virtio-pci.h
virtio.c libqos: drop duplicated virtio_ring.h bit definitions 2016-06-20 11:44:12 +01:00
virtio.h libqos: drop duplicated virtio_ring.h bit definitions 2016-06-20 11:44:12 +01:00