aboutsummaryrefslogtreecommitdiff
path: root/tests/libqos
AgeCommit message (Expand)AuthorFilesLines
2020-01-12tests/libqos: Move the libqos files under tests/qtest/Thomas Huth70-11220/+0
2019-10-29libqos: tolerate wait-unplug migration stateJens Freimann1-1/+2
2019-10-25libqos: add VIRTIO PCI 1.0 supportStefan Hajnoczi4-1/+475
2019-10-25libqos: extract Legacy virtio-pci.c codeStefan Hajnoczi2-19/+12
2019-10-25libqos: make the virtio-pci BAR index configurableStefan Hajnoczi2-1/+4
2019-10-25libqos: expose common virtqueue setup/cleanup functionsStefan Hajnoczi2-9/+18
2019-10-25libqos: add MSI-X callbacks to QVirtioPCIDeviceStefan Hajnoczi2-9/+40
2019-10-25libqos: pass full QVirtQueue to set_queue_address()Stefan Hajnoczi3-5/+9
2019-10-25libqos: add iteration support to qpci_find_capability()Stefan Hajnoczi2-7/+25
2019-10-25libqos: access VIRTIO 1.0 vring in little-endianStefan Hajnoczi4-35/+102
2019-10-25libqos: implement VIRTIO 1.0 FEATURES_OK stepStefan Hajnoczi1-1/+17
2019-10-25libqos: enforce Device Initialization orderStefan Hajnoczi2-0/+8
2019-10-25libqos: add missing virtio-9p feature negotiationStefan Hajnoczi1-0/+6
2019-10-25libqos: extend feature bits to 64-bitStefan Hajnoczi5-23/+39
2019-10-25libqos: read QVIRTIO_MMIO_VERSION registerStefan Hajnoczi2-0/+4
2019-09-05tests/libqos: Replace clock_step with qtest_clock_step in virtio codeThomas Huth4-19/+35
2019-09-05tests/libqos/e1000e: Make e1000e libqos functions independent from global_qtestThomas Huth1-5/+11
2019-08-15tests/libqtest: Make qtest_qmp_device_add/del independent from global_qtestThomas Huth2-4/+4
2019-08-15tests/libqos: Make virtio-pci code independent from global_qtestThomas Huth1-4/+4
2019-08-15tests/libqos: Make generic virtio code independent from global_qtestThomas Huth2-50/+61
2019-08-15tests: Set read-zeroes on for null-co driverAndrey Shinkevich1-1/+2
2019-08-15libqos: Account for the ctrl queue in virtio-netOleinik, Alexander2-1/+2
2019-06-12Supply missing header guardsMarkus Armbruster7-0/+35
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster21-4/+22
2019-06-03libqos: i2c: move address into QI2CDevicePaolo Bonzini2-34/+44
2019-06-03tests: convert ds1338-test to qtestPaolo Bonzini2-21/+0
2019-06-03tests: convert OMAP i2c tests to qgraphPaolo Bonzini2-23/+0
2019-06-03libqos: add ARM imx25-pdk machine objectPaolo Bonzini1-0/+92
2019-06-03libqos: add ARM n800 machine objectPaolo Bonzini1-0/+92
2019-06-03libqos: convert I2C to qgraphPaolo Bonzini4-8/+81
2019-06-03libqos: split I2CAdapter initialization and allocationPaolo Bonzini3-28/+61
2019-06-03libqos: fix omap-i2c receiving more than 4 bytesPaolo Bonzini1-5/+14
2019-06-03libqos: move common i2c code to libqosPaolo Bonzini2-0/+58
2019-06-03qgraph: fix qos_node_contains with optionsPaolo Bonzini2-10/+17
2019-05-23tests: fw_cfg: add a function to get the fw_cfg fileLi Qiang2-0/+47
2019-05-23tests/libqos: Add pc_fw_cfg_uninit() and use itPhilippe Mathieu-Daudé2-1/+6
2019-05-23tests/libqos: Add io_fw_cfg_uninit() and mm_fw_cfg_uninit()Philippe Mathieu-Daudé2-0/+12
2019-05-21tests/libqos: Get rid of global_qtest dependency in qvring_init()Thomas Huth4-11/+15
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster2-4/+4
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2019-05-13Clean up includesMarkus Armbruster1-4/+0
2019-05-08tests: qpci_unplug_acpi_device_test() should not rely on global_qtestThomas Huth2-6/+6
2019-04-08test qgraph.c: Fix segs due to out of scope defaultDr. David Alan Gilbert1-2/+4
2019-04-08tests/libqos: fix usage of bool in pci-spapr.cJafar Abdi1-1/+1
2019-04-08tests/libqos: fix usage of bool in pci-pc.cJafar Abdi1-1/+1
2019-03-12ahci-test: Drop dependence on global_qtestEric Blake2-10/+0
2019-03-07qos-test: tpci200 test nodeEmanuele Giuseppe Esposito1-0/+65
2019-03-07tests: move virtio entirely to qos-testPaolo Bonzini2-19/+0
2019-03-07tests/libqos: remove pre-qgraph QVirtioPCIDevice APIPaolo Bonzini2-99/+17
2019-03-07tests/libqos: virtio-scsi driver and interface nodesEmanuele Giuseppe Esposito2-0/+156