qemu-e2k/tests/libqos
Stefan Hajnoczi d08f68b8e8 libqos: add VIRTIO PCI 1.0 support
Implement the VIRTIO 1.0 virtio-pci interface.  The main change here is
that the register layout is no longer a fixed layout in BAR 0.  Instead
we have to iterate of PCI Capabilities to find descriptions of where
various registers are located.  The vring registers are also more
fine-grained, allowing for more flexible vring layouts, but we don't
take advantage of that.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Sergio Lopez <slp@redhat.com>
Message-Id: <20191023100425.12168-17-stefanha@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Thomas Huth <thuth@redhat.com>
2019-10-25 07:46:22 -04:00
..
aarch64-xlnx-zcu102-machine.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
ahci.c
ahci.h
arm-imx25-pdk-machine.c
arm-n800-machine.c
arm-raspi2-machine.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
arm-sabrelite-machine.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
arm-smdkc210-machine.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
arm-virt-machine.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
arm-xilinx-zynq-a9-machine.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
e1000e.c tests/libqos/e1000e: Make e1000e libqos functions independent from global_qtest 2019-09-05 13:18:52 +02:00
e1000e.h
fw_cfg.c
fw_cfg.h
i2c-imx.c
i2c-omap.c
i2c.c
i2c.h
libqos-pc.c
libqos-pc.h
libqos-spapr.c
libqos-spapr.h
libqos.c
libqos.h
malloc-pc.c
malloc-pc.h
malloc-spapr.c
malloc-spapr.h
malloc.c
malloc.h
pci-pc.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
pci-pc.h
pci-spapr.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
pci-spapr.h
pci.c libqos: add iteration support to qpci_find_capability() 2019-10-25 07:46:22 -04:00
pci.h libqos: add iteration support to qpci_find_capability() 2019-10-25 07:46:22 -04:00
ppc64_pseries-machine.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
qgraph_internal.h
qgraph.c
qgraph.h
rtas.c
rtas.h
sdhci.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
sdhci.h
tpci200.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
usb.c tests/libqtest: Make qtest_qmp_device_add/del independent from global_qtest 2019-08-15 19:24:10 +02:00
usb.h tests/libqtest: Make qtest_qmp_device_add/del independent from global_qtest 2019-08-15 19:24:10 +02:00
virtio-9p.c libqos: add missing virtio-9p feature negotiation 2019-10-25 07:46:22 -04:00
virtio-9p.h Supply missing header guards 2019-06-12 13:20:21 +02:00
virtio-balloon.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
virtio-balloon.h Supply missing header guards 2019-06-12 13:20:21 +02:00
virtio-blk.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
virtio-blk.h Supply missing header guards 2019-06-12 13:20:21 +02:00
virtio-mmio.c libqos: pass full QVirtQueue to set_queue_address() 2019-10-25 07:46:22 -04:00
virtio-mmio.h libqos: read QVIRTIO_MMIO_VERSION register 2019-10-25 07:46:22 -04:00
virtio-net.c libqos: extend feature bits to 64-bit 2019-10-25 07:46:22 -04:00
virtio-net.h libqos: Account for the ctrl queue in virtio-net 2019-08-15 19:23:59 +02:00
virtio-pci-modern.c libqos: add VIRTIO PCI 1.0 support 2019-10-25 07:46:22 -04:00
virtio-pci-modern.h libqos: add VIRTIO PCI 1.0 support 2019-10-25 07:46:22 -04:00
virtio-pci.c libqos: add VIRTIO PCI 1.0 support 2019-10-25 07:46:22 -04:00
virtio-pci.h libqos: add VIRTIO PCI 1.0 support 2019-10-25 07:46:22 -04:00
virtio-rng.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
virtio-rng.h Supply missing header guards 2019-06-12 13:20:21 +02:00
virtio-scsi.c tests: Set read-zeroes on for null-co driver 2019-08-15 19:23:59 +02:00
virtio-scsi.h Supply missing header guards 2019-06-12 13:20:21 +02:00
virtio-serial.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00
virtio-serial.h Supply missing header guards 2019-06-12 13:20:21 +02:00
virtio.c libqos: access VIRTIO 1.0 vring in little-endian 2019-10-25 07:46:22 -04:00
virtio.h libqos: pass full QVirtQueue to set_queue_address() 2019-10-25 07:46:22 -04:00
x86_64_pc-machine.c Include qemu/module.h where needed, drop it from qemu-common.h 2019-06-12 13:18:33 +02:00