Age | Commit message (Expand) | Author | Files | Lines |
2019-06-03 | qgraph: fix qos_node_contains with options | Paolo Bonzini | 2 | -10/+17 |
2019-05-23 | tests: fw_cfg: add a function to get the fw_cfg file | Li Qiang | 2 | -0/+47 |
2019-05-23 | tests/libqos: Add pc_fw_cfg_uninit() and use it | Philippe Mathieu-Daudé | 2 | -1/+6 |
2019-05-23 | tests/libqos: Add io_fw_cfg_uninit() and mm_fw_cfg_uninit() | Philippe Mathieu-Daudé | 2 | -0/+12 |
2019-05-21 | tests/libqos: Get rid of global_qtest dependency in qvring_init() | Thomas Huth | 4 | -11/+15 |
2019-05-13 | Clean up ill-advised or unusual header guards | Markus Armbruster | 2 | -4/+4 |
2019-05-13 | Clean up header guards that don't match their file name | Markus Armbruster | 1 | -2/+2 |
2019-05-13 | Clean up includes | Markus Armbruster | 1 | -4/+0 |
2019-05-08 | tests: qpci_unplug_acpi_device_test() should not rely on global_qtest | Thomas Huth | 2 | -6/+6 |
2019-04-08 | test qgraph.c: Fix segs due to out of scope default | Dr. David Alan Gilbert | 1 | -2/+4 |
2019-04-08 | tests/libqos: fix usage of bool in pci-spapr.c | Jafar Abdi | 1 | -1/+1 |
2019-04-08 | tests/libqos: fix usage of bool in pci-pc.c | Jafar Abdi | 1 | -1/+1 |
2019-03-12 | ahci-test: Drop dependence on global_qtest | Eric Blake | 2 | -10/+0 |
2019-03-07 | qos-test: tpci200 test node | Emanuele Giuseppe Esposito | 1 | -0/+65 |
2019-03-07 | tests: move virtio entirely to qos-test | Paolo Bonzini | 2 | -19/+0 |
2019-03-07 | tests/libqos: remove pre-qgraph QVirtioPCIDevice API | Paolo Bonzini | 2 | -99/+17 |
2019-03-07 | tests/libqos: virtio-scsi driver and interface nodes | Emanuele Giuseppe Esposito | 2 | -0/+156 |
2019-03-07 | tests/libqos: support multiqueue for virtio-net | Paolo Bonzini | 2 | -6/+19 |
2019-03-07 | tests/libqos: virtio-net driver and interface nodes | Emanuele Giuseppe Esposito | 4 | -0/+225 |
2019-03-07 | qos-test: virtio-blk test node | Paolo Bonzini | 2 | -38/+0 |
2019-03-07 | tests/libqos: virtio-blk driver and interface nodes | Emanuele Giuseppe Esposito | 2 | -0/+164 |
2019-03-07 | tests/libqos: virtio-rng driver and interface nodes | Emanuele Giuseppe Esposito | 2 | -0/+149 |
2019-03-07 | tests/libqos: virtio-balloon driver and interface nodes | Emanuele Giuseppe Esposito | 2 | -0/+152 |
2019-03-07 | tests/libqos: virtio-9p driver and interface nodes | Emanuele Giuseppe Esposito | 2 | -0/+215 |
2019-03-07 | qos-test: virtio-console and virtio-serial test node | Emanuele Giuseppe Esposito | 1 | -0/+1 |
2019-03-07 | tests/libqos: virtio-serial driver and interface nodes | Emanuele Giuseppe Esposito | 2 | -0/+149 |
2019-03-07 | tests/libqos: arm/virt machine node | Emanuele Giuseppe Esposito | 1 | -0/+90 |
2019-03-07 | tests/libqos: virtio-mmio driver and interface nodes | Emanuele Giuseppe Esposito | 2 | -47/+75 |
2019-03-07 | tests/libqos: remove global_qtest from virtio endianness checks | Paolo Bonzini | 3 | -7/+17 |
2019-03-07 | tests/libqos: virtio-pci driver and interface nodes | Emanuele Giuseppe Esposito | 2 | -28/+92 |
2019-03-07 | tests/libqos: e1000e driver and interface nodes | Emanuele Giuseppe Esposito | 2 | -0/+313 |
2019-03-07 | tests/libqos: has_buggy_msi flag | Emanuele Giuseppe Esposito | 4 | -0/+24 |
2019-03-07 | tests/qgraph: ppc64/pseries machine node | Emanuele Giuseppe Esposito | 1 | -0/+111 |
2019-03-07 | tests/libqos: pci-spapr driver and interface nodes | Emanuele Giuseppe Esposito | 2 | -53/+87 |
2019-03-07 | tests/libqos: aarch64/xlnx-zcu102 machine node | Emanuele Giuseppe Esposito | 1 | -0/+94 |
2019-03-07 | tests/libqos: arm/xilinx-zynq-a9 machine node | Emanuele Giuseppe Esposito | 1 | -0/+94 |
2019-03-07 | tests/libqos: arm/sabrelite machine node | Emanuele Giuseppe Esposito | 1 | -0/+91 |
2019-03-07 | tests/libqos: arm/smdkc210 machine node | Emanuele Giuseppe Esposito | 1 | -0/+91 |
2019-03-07 | tests/libqos: arm/raspi2 machine node | Emanuele Giuseppe Esposito | 1 | -0/+91 |
2019-03-07 | tests/libqos: sdhci driver and interface nodes | Emanuele Giuseppe Esposito | 2 | -0/+233 |
2019-03-07 | tests/libqos: x86_64/pc machine node | Emanuele Giuseppe Esposito | 1 | -0/+114 |
2019-03-07 | tests/libqos: pci-pc driver and interface nodes | Emanuele Giuseppe Esposito | 4 | -33/+113 |
2019-03-07 | tests: qgraph API for the qtest driver framework | Emanuele Giuseppe Esposito | 3 | -0/+1585 |
2019-03-07 | tests/libqos: embed allocators instead of malloc-ing them separately | Paolo Bonzini | 12 | -130/+44 |
2019-03-07 | tests/libqos: rename qpci_init_pc and qpci_init_spapr functions | Emanuele Giuseppe Esposito | 9 | -9/+19 |
2019-03-07 | tests/libqos: introduce virtio_start_device | Emanuele Giuseppe Esposito | 2 | -0/+8 |
2019-01-11 | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini | 1 | -1/+1 |
2018-12-17 | tests/libqos/pci: Make PCI access functions independent of global_qtest | Thomas Huth | 2 | -33/+34 |
2018-08-31 | tests/libqos: Utilize newer glib spawn check | Eric Blake | 1 | -11/+1 |
2018-08-23 | fw_cfg: import & use linux/qemu_fw_cfg.h | Marc-André Lureau | 1 | -1/+1 |