summaryrefslogtreecommitdiffstats
path: root/tests/libqos
Commit message (Expand)AuthorAgeFilesLines
* tests: fw_cfg: add a function to get the fw_cfg fileLi Qiang2019-05-232-0/+47
* tests/libqos: Add pc_fw_cfg_uninit() and use itPhilippe Mathieu-Daudé2019-05-232-1/+6
* tests/libqos: Add io_fw_cfg_uninit() and mm_fw_cfg_uninit()Philippe Mathieu-Daudé2019-05-232-0/+12
* tests/libqos: Get rid of global_qtest dependency in qvring_init()Thomas Huth2019-05-214-11/+15
* Clean up ill-advised or unusual header guardsMarkus Armbruster2019-05-132-4/+4
* Clean up header guards that don't match their file nameMarkus Armbruster2019-05-131-2/+2
* Clean up includesMarkus Armbruster2019-05-131-4/+0Star
* tests: qpci_unplug_acpi_device_test() should not rely on global_qtestThomas Huth2019-05-082-6/+6
* test qgraph.c: Fix segs due to out of scope defaultDr. David Alan Gilbert2019-04-081-2/+4
* tests/libqos: fix usage of bool in pci-spapr.cJafar Abdi2019-04-081-1/+1
* tests/libqos: fix usage of bool in pci-pc.cJafar Abdi2019-04-081-1/+1
* ahci-test: Drop dependence on global_qtestEric Blake2019-03-122-10/+0Star
* qos-test: tpci200 test nodeEmanuele Giuseppe Esposito2019-03-071-0/+65
* tests: move virtio entirely to qos-testPaolo Bonzini2019-03-072-19/+0Star
* tests/libqos: remove pre-qgraph QVirtioPCIDevice APIPaolo Bonzini2019-03-072-99/+17Star
* tests/libqos: virtio-scsi driver and interface nodesEmanuele Giuseppe Esposito2019-03-072-0/+156
* tests/libqos: support multiqueue for virtio-netPaolo Bonzini2019-03-072-6/+19
* tests/libqos: virtio-net driver and interface nodesEmanuele Giuseppe Esposito2019-03-074-0/+225
* qos-test: virtio-blk test nodePaolo Bonzini2019-03-072-38/+0Star
* tests/libqos: virtio-blk driver and interface nodesEmanuele Giuseppe Esposito2019-03-072-0/+164
* tests/libqos: virtio-rng driver and interface nodesEmanuele Giuseppe Esposito2019-03-072-0/+149
* tests/libqos: virtio-balloon driver and interface nodesEmanuele Giuseppe Esposito2019-03-072-0/+152
* tests/libqos: virtio-9p driver and interface nodesEmanuele Giuseppe Esposito2019-03-072-0/+215
* qos-test: virtio-console and virtio-serial test nodeEmanuele Giuseppe Esposito2019-03-071-0/+1
* tests/libqos: virtio-serial driver and interface nodesEmanuele Giuseppe Esposito2019-03-072-0/+149
* tests/libqos: arm/virt machine nodeEmanuele Giuseppe Esposito2019-03-071-0/+90
* tests/libqos: virtio-mmio driver and interface nodesEmanuele Giuseppe Esposito2019-03-072-47/+75
* tests/libqos: remove global_qtest from virtio endianness checksPaolo Bonzini2019-03-073-7/+17
* tests/libqos: virtio-pci driver and interface nodesEmanuele Giuseppe Esposito2019-03-072-28/+92
* tests/libqos: e1000e driver and interface nodesEmanuele Giuseppe Esposito2019-03-072-0/+313
* tests/libqos: has_buggy_msi flagEmanuele Giuseppe Esposito2019-03-074-0/+24
* tests/qgraph: ppc64/pseries machine nodeEmanuele Giuseppe Esposito2019-03-071-0/+111
* tests/libqos: pci-spapr driver and interface nodesEmanuele Giuseppe Esposito2019-03-072-53/+87
* tests/libqos: aarch64/xlnx-zcu102 machine nodeEmanuele Giuseppe Esposito2019-03-071-0/+94
* tests/libqos: arm/xilinx-zynq-a9 machine nodeEmanuele Giuseppe Esposito2019-03-071-0/+94
* tests/libqos: arm/sabrelite machine nodeEmanuele Giuseppe Esposito2019-03-071-0/+91
* tests/libqos: arm/smdkc210 machine nodeEmanuele Giuseppe Esposito2019-03-071-0/+91
* tests/libqos: arm/raspi2 machine nodeEmanuele Giuseppe Esposito2019-03-071-0/+91
* tests/libqos: sdhci driver and interface nodesEmanuele Giuseppe Esposito2019-03-072-0/+233
* tests/libqos: x86_64/pc machine nodeEmanuele Giuseppe Esposito2019-03-071-0/+114
* tests/libqos: pci-pc driver and interface nodesEmanuele Giuseppe Esposito2019-03-074-33/+113
* tests: qgraph API for the qtest driver frameworkEmanuele Giuseppe Esposito2019-03-073-0/+1585
* tests/libqos: embed allocators instead of malloc-ing them separatelyPaolo Bonzini2019-03-0712-130/+44Star
* tests/libqos: rename qpci_init_pc and qpci_init_spapr functionsEmanuele Giuseppe Esposito2019-03-079-9/+19
* tests/libqos: introduce virtio_start_deviceEmanuele Giuseppe Esposito2019-03-072-0/+8
* qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-111-1/+1
* tests/libqos/pci: Make PCI access functions independent of global_qtestThomas Huth2018-12-172-33/+34
* tests/libqos: Utilize newer glib spawn checkEric Blake2018-08-311-11/+1Star
* fw_cfg: import & use linux/qemu_fw_cfg.hMarc-André Lureau2018-08-231-1/+1
* tests: Clean up string interpolation around qtest_qmp_device_add()Markus Armbruster2018-08-164-14/+7Star