summaryrefslogtreecommitdiff
path: root/tests/libqos
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-07tests/libqos: support multiqueue for virtio-netPaolo Bonzini2-6/+19
2019-03-07tests/libqos: virtio-net driver and interface nodesEmanuele Giuseppe Esposito4-0/+225
2019-03-07qos-test: virtio-blk test nodePaolo Bonzini2-38/+0
2019-03-07tests/libqos: virtio-blk driver and interface nodesEmanuele Giuseppe Esposito2-0/+164
2019-03-07tests/libqos: virtio-rng driver and interface nodesEmanuele Giuseppe Esposito2-0/+149
2019-03-07tests/libqos: virtio-balloon driver and interface nodesEmanuele Giuseppe Esposito2-0/+152
2019-03-07tests/libqos: virtio-9p driver and interface nodesEmanuele Giuseppe Esposito2-0/+215
2019-03-07qos-test: virtio-console and virtio-serial test nodeEmanuele Giuseppe Esposito1-0/+1
2019-03-07tests/libqos: virtio-serial driver and interface nodesEmanuele Giuseppe Esposito2-0/+149
2019-03-07tests/libqos: arm/virt machine nodeEmanuele Giuseppe Esposito1-0/+90
2019-03-07tests/libqos: virtio-mmio driver and interface nodesEmanuele Giuseppe Esposito2-47/+75
2019-03-07tests/libqos: remove global_qtest from virtio endianness checksPaolo Bonzini3-7/+17
2019-03-07tests/libqos: virtio-pci driver and interface nodesEmanuele Giuseppe Esposito2-28/+92
2019-03-07tests/libqos: e1000e driver and interface nodesEmanuele Giuseppe Esposito2-0/+313
2019-03-07tests/libqos: has_buggy_msi flagEmanuele Giuseppe Esposito4-0/+24
2019-03-07tests/qgraph: ppc64/pseries machine nodeEmanuele Giuseppe Esposito1-0/+111
2019-03-07tests/libqos: pci-spapr driver and interface nodesEmanuele Giuseppe Esposito2-53/+87
2019-03-07tests/libqos: aarch64/xlnx-zcu102 machine nodeEmanuele Giuseppe Esposito1-0/+94
2019-03-07tests/libqos: arm/xilinx-zynq-a9 machine nodeEmanuele Giuseppe Esposito1-0/+94
2019-03-07tests/libqos: arm/sabrelite machine nodeEmanuele Giuseppe Esposito1-0/+91
2019-03-07tests/libqos: arm/smdkc210 machine nodeEmanuele Giuseppe Esposito1-0/+91
2019-03-07tests/libqos: arm/raspi2 machine nodeEmanuele Giuseppe Esposito1-0/+91
2019-03-07tests/libqos: sdhci driver and interface nodesEmanuele Giuseppe Esposito2-0/+233
2019-03-07tests/libqos: x86_64/pc machine nodeEmanuele Giuseppe Esposito1-0/+114
2019-03-07tests/libqos: pci-pc driver and interface nodesEmanuele Giuseppe Esposito4-33/+113
2019-03-07tests: qgraph API for the qtest driver frameworkEmanuele Giuseppe Esposito3-0/+1585
2019-03-07tests/libqos: embed allocators instead of malloc-ing them separatelyPaolo Bonzini12-130/+44
2019-03-07tests/libqos: rename qpci_init_pc and qpci_init_spapr functionsEmanuele Giuseppe Esposito9-9/+19
2019-03-07tests/libqos: introduce virtio_start_deviceEmanuele Giuseppe Esposito2-0/+8
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-1/+1
2018-12-17tests/libqos/pci: Make PCI access functions independent of global_qtestThomas Huth2-33/+34
2018-08-31tests/libqos: Utilize newer glib spawn checkEric Blake1-11/+1
2018-08-23fw_cfg: import & use linux/qemu_fw_cfg.hMarc-André Lureau1-1/+1
2018-08-16tests: Clean up string interpolation around qtest_qmp_device_add()Markus Armbruster4-14/+7
2018-08-16tests: Clean up string interpolation into QMP input (simple cases)Markus Armbruster1-8/+3
2018-08-16libqtest: Rename functions to send QMP messagesMarkus Armbruster1-2/+2
2018-06-25ahci: fix FIS I bit and PIO Setup FIS interruptPaolo Bonzini2-10/+17
2018-06-08ahci: move PIO Setup FIS before transfer, fix it for ATAPI commandsJohn Snow2-16/+22