diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-01-13 13:06:49 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-01-13 13:06:49 +0000 |
commit | 981c9b88e674408a1579ca3aa8d42770e3b689de (patch) | |
tree | f08bbcff5d0f240f057b5eedbbd200040f420902 /tests | |
parent | abd5f8bb9525d3ad6cdced2c9208ee0cf445d9e1 (diff) | |
parent | 22108f333d16cbfbd5808bb4f661c394b08fe698 (diff) |
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-01-12' into staging
* Move qtests into a separate directory
* Build index.html for docs
# gpg: Signature made Sun 12 Jan 2020 11:21:41 GMT
# gpg: using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
# gpg: issuer "thuth@redhat.com"
# gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full]
# gpg: aka "Thomas Huth <thuth@redhat.com>" [full]
# gpg: aka "Thomas Huth <huth@tuxfamily.org>" [full]
# gpg: aka "Thomas Huth <th.huth@posteo.de>" [unknown]
# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3 EAB9 2ED9 D774 FE70 2DB5
* remotes/huth-gitlab/tags/pull-request-2020-01-12:
docs: build an index page for the HTML docs
tests/libqos: Move the libqos files under tests/qtest/
tests/Makefile: Move qtest-related settings to a separate Makefile.include
test: Move qtests to a separate directory
tests/Makefile: Separate unit test dependencies from qtest dependencies
tests/Makefile: Remove 'tests/' and '$(EXESUF)' from the check-qtest variables
tests/ptimer: Remove unnecessary inclusion of libqtest.h
tests/Makefile: test-char does not need libqtest
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.include | 356 | ||||
-rw-r--r-- | tests/ptimer-test.c | 1 | ||||
-rw-r--r-- | tests/qtest/Makefile.include | 318 | ||||
-rw-r--r-- | tests/qtest/ac97-test.c (renamed from tests/ac97-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/acpi-utils.c (renamed from tests/acpi-utils.c) | 0 | ||||
-rw-r--r-- | tests/qtest/acpi-utils.h (renamed from tests/acpi-utils.h) | 0 | ||||
-rw-r--r-- | tests/qtest/ahci-test.c (renamed from tests/ahci-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/arm-cpu-features.c (renamed from tests/arm-cpu-features.c) | 0 | ||||
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h (renamed from tests/bios-tables-test-allowed-diff.h) | 0 | ||||
-rw-r--r-- | tests/qtest/bios-tables-test.c (renamed from tests/bios-tables-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/boot-order-test.c (renamed from tests/boot-order-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/boot-sector.c (renamed from tests/boot-sector.c) | 0 | ||||
-rw-r--r-- | tests/qtest/boot-sector.h (renamed from tests/boot-sector.h) | 0 | ||||
-rw-r--r-- | tests/qtest/boot-serial-test.c (renamed from tests/boot-serial-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/cdrom-test.c (renamed from tests/cdrom-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/cpu-plug-test.c (renamed from tests/cpu-plug-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/dbus-vmstate-test.c (renamed from tests/dbus-vmstate-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/dbus-vmstate1.xml (renamed from tests/dbus-vmstate1.xml) | 0 | ||||
-rw-r--r-- | tests/qtest/device-introspect-test.c (renamed from tests/device-introspect-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/device-plug-test.c (renamed from tests/device-plug-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/display-vga-test.c (renamed from tests/display-vga-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/drive_del-test.c (renamed from tests/drive_del-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/ds1338-test.c (renamed from tests/ds1338-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/e1000-test.c (renamed from tests/e1000-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/e1000e-test.c (renamed from tests/e1000e-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/eepro100-test.c (renamed from tests/eepro100-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/endianness-test.c (renamed from tests/endianness-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/es1370-test.c (renamed from tests/es1370-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/fdc-test.c (renamed from tests/fdc-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/fw_cfg-test.c (renamed from tests/fw_cfg-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/hd-geo-test.c (renamed from tests/hd-geo-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/hexloader-test.c (renamed from tests/hexloader-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/i440fx-test.c (renamed from tests/i440fx-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/i82801b11-test.c (renamed from tests/i82801b11-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/ide-test.c (renamed from tests/ide-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/intel-hda-test.c (renamed from tests/intel-hda-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/ioh3420-test.c (renamed from tests/ioh3420-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/ipmi-bt-test.c (renamed from tests/ipmi-bt-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/ipmi-kcs-test.c (renamed from tests/ipmi-kcs-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/ipoctal232-test.c (renamed from tests/ipoctal232-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/ivshmem-test.c (renamed from tests/ivshmem-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/aarch64-xlnx-zcu102-machine.c (renamed from tests/libqos/aarch64-xlnx-zcu102-machine.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/ahci.c (renamed from tests/libqos/ahci.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/ahci.h (renamed from tests/libqos/ahci.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/arm-imx25-pdk-machine.c (renamed from tests/libqos/arm-imx25-pdk-machine.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/arm-n800-machine.c (renamed from tests/libqos/arm-n800-machine.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/arm-raspi2-machine.c (renamed from tests/libqos/arm-raspi2-machine.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/arm-sabrelite-machine.c (renamed from tests/libqos/arm-sabrelite-machine.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/arm-smdkc210-machine.c (renamed from tests/libqos/arm-smdkc210-machine.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/arm-virt-machine.c (renamed from tests/libqos/arm-virt-machine.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c (renamed from tests/libqos/arm-xilinx-zynq-a9-machine.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/e1000e.c (renamed from tests/libqos/e1000e.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/e1000e.h (renamed from tests/libqos/e1000e.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/fw_cfg.c (renamed from tests/libqos/fw_cfg.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/fw_cfg.h (renamed from tests/libqos/fw_cfg.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/i2c-imx.c (renamed from tests/libqos/i2c-imx.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/i2c-omap.c (renamed from tests/libqos/i2c-omap.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/i2c.c (renamed from tests/libqos/i2c.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/i2c.h (renamed from tests/libqos/i2c.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/libqos-pc.c (renamed from tests/libqos/libqos-pc.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/libqos-pc.h (renamed from tests/libqos/libqos-pc.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/libqos-spapr.c (renamed from tests/libqos/libqos-spapr.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/libqos-spapr.h (renamed from tests/libqos/libqos-spapr.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/libqos.c (renamed from tests/libqos/libqos.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/libqos.h (renamed from tests/libqos/libqos.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/malloc-pc.c (renamed from tests/libqos/malloc-pc.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/malloc-pc.h (renamed from tests/libqos/malloc-pc.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/malloc-spapr.c (renamed from tests/libqos/malloc-spapr.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/malloc-spapr.h (renamed from tests/libqos/malloc-spapr.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/malloc.c (renamed from tests/libqos/malloc.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/malloc.h (renamed from tests/libqos/malloc.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/pci-pc.c (renamed from tests/libqos/pci-pc.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/pci-pc.h (renamed from tests/libqos/pci-pc.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/pci-spapr.c (renamed from tests/libqos/pci-spapr.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/pci-spapr.h (renamed from tests/libqos/pci-spapr.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/pci.c (renamed from tests/libqos/pci.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/pci.h (renamed from tests/libqos/pci.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/ppc64_pseries-machine.c (renamed from tests/libqos/ppc64_pseries-machine.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/qgraph.c (renamed from tests/libqos/qgraph.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/qgraph.h (renamed from tests/libqos/qgraph.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/qgraph_internal.h (renamed from tests/libqos/qgraph_internal.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/rtas.c (renamed from tests/libqos/rtas.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/rtas.h (renamed from tests/libqos/rtas.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/sdhci.c (renamed from tests/libqos/sdhci.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/sdhci.h (renamed from tests/libqos/sdhci.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/tpci200.c (renamed from tests/libqos/tpci200.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/usb.c (renamed from tests/libqos/usb.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/usb.h (renamed from tests/libqos/usb.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-9p.c (renamed from tests/libqos/virtio-9p.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-9p.h (renamed from tests/libqos/virtio-9p.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-balloon.c (renamed from tests/libqos/virtio-balloon.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-balloon.h (renamed from tests/libqos/virtio-balloon.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-blk.c (renamed from tests/libqos/virtio-blk.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-blk.h (renamed from tests/libqos/virtio-blk.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-mmio.c (renamed from tests/libqos/virtio-mmio.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-mmio.h (renamed from tests/libqos/virtio-mmio.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-net.c (renamed from tests/libqos/virtio-net.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-net.h (renamed from tests/libqos/virtio-net.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-pci-modern.c (renamed from tests/libqos/virtio-pci-modern.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-pci-modern.h (renamed from tests/libqos/virtio-pci-modern.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-pci.c (renamed from tests/libqos/virtio-pci.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-pci.h (renamed from tests/libqos/virtio-pci.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-rng.c (renamed from tests/libqos/virtio-rng.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-rng.h (renamed from tests/libqos/virtio-rng.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-scsi.c (renamed from tests/libqos/virtio-scsi.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-scsi.h (renamed from tests/libqos/virtio-scsi.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-serial.c (renamed from tests/libqos/virtio-serial.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio-serial.h (renamed from tests/libqos/virtio-serial.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio.c (renamed from tests/libqos/virtio.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/virtio.h (renamed from tests/libqos/virtio.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqos/x86_64_pc-machine.c (renamed from tests/libqos/x86_64_pc-machine.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqtest-single.h (renamed from tests/libqtest-single.h) | 0 | ||||
-rw-r--r-- | tests/qtest/libqtest.c (renamed from tests/libqtest.c) | 0 | ||||
-rw-r--r-- | tests/qtest/libqtest.h (renamed from tests/libqtest.h) | 0 | ||||
-rw-r--r-- | tests/qtest/m25p80-test.c (renamed from tests/m25p80-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/m48t59-test.c (renamed from tests/m48t59-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/machine-none-test.c (renamed from tests/machine-none-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/megasas-test.c (renamed from tests/megasas-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/microbit-test.c (renamed from tests/microbit-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/migration-helpers.c (renamed from tests/migration-helpers.c) | 0 | ||||
-rw-r--r-- | tests/qtest/migration-helpers.h (renamed from tests/migration-helpers.h) | 0 | ||||
-rw-r--r-- | tests/qtest/migration-test.c (renamed from tests/migration-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/modules-test.c (renamed from tests/modules-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/ne2000-test.c (renamed from tests/ne2000-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/numa-test.c (renamed from tests/numa-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/nvme-test.c (renamed from tests/nvme-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/pca9552-test.c (renamed from tests/pca9552-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/pci-test.c (renamed from tests/pci-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/pcnet-test.c (renamed from tests/pcnet-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/pflash-cfi02-test.c (renamed from tests/pflash-cfi02-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/pnv-xscom-test.c (renamed from tests/pnv-xscom-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/prom-env-test.c (renamed from tests/prom-env-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/pvpanic-test.c (renamed from tests/pvpanic-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/pxe-test.c (renamed from tests/pxe-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/q35-test.c (renamed from tests/q35-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/qmp-cmd-test.c (renamed from tests/qmp-cmd-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/qmp-test.c (renamed from tests/qmp-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/qom-test.c (renamed from tests/qom-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/qos-test.c (renamed from tests/qos-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/rtas-test.c (renamed from tests/rtas-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/rtc-test.c (renamed from tests/rtc-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/rtl8139-test.c (renamed from tests/rtl8139-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/sdhci-test.c (renamed from tests/sdhci-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/spapr-phb-test.c (renamed from tests/spapr-phb-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/tco-test.c (renamed from tests/tco-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/test-arm-mptimer.c (renamed from tests/test-arm-mptimer.c) | 0 | ||||
-rw-r--r-- | tests/qtest/test-filter-mirror.c (renamed from tests/test-filter-mirror.c) | 0 | ||||
-rw-r--r-- | tests/qtest/test-filter-redirector.c (renamed from tests/test-filter-redirector.c) | 0 | ||||
-rw-r--r-- | tests/qtest/test-hmp.c (renamed from tests/test-hmp.c) | 0 | ||||
-rw-r--r-- | tests/qtest/test-netfilter.c (renamed from tests/test-netfilter.c) | 0 | ||||
-rw-r--r-- | tests/qtest/test-x86-cpuid-compat.c (renamed from tests/test-x86-cpuid-compat.c) | 0 | ||||
-rw-r--r-- | tests/qtest/tmp105-test.c (renamed from tests/tmp105-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/tpm-crb-swtpm-test.c (renamed from tests/tpm-crb-swtpm-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/tpm-crb-test.c (renamed from tests/tpm-crb-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/tpm-emu.c (renamed from tests/tpm-emu.c) | 0 | ||||
-rw-r--r-- | tests/qtest/tpm-emu.h (renamed from tests/tpm-emu.h) | 0 | ||||
-rw-r--r-- | tests/qtest/tpm-tests.c (renamed from tests/tpm-tests.c) | 0 | ||||
-rw-r--r-- | tests/qtest/tpm-tests.h (renamed from tests/tpm-tests.h) | 0 | ||||
-rw-r--r-- | tests/qtest/tpm-tis-swtpm-test.c (renamed from tests/tpm-tis-swtpm-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/tpm-tis-test.c (renamed from tests/tpm-tis-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/tpm-util.c (renamed from tests/tpm-util.c) | 0 | ||||
-rw-r--r-- | tests/qtest/tpm-util.h (renamed from tests/tpm-util.h) | 0 | ||||
-rw-r--r-- | tests/qtest/usb-hcd-ehci-test.c (renamed from tests/usb-hcd-ehci-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/usb-hcd-ohci-test.c (renamed from tests/usb-hcd-ohci-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/usb-hcd-uhci-test.c (renamed from tests/usb-hcd-uhci-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/usb-hcd-xhci-test.c (renamed from tests/usb-hcd-xhci-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/vhost-user-test.c (renamed from tests/vhost-user-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/virtio-9p-test.c (renamed from tests/virtio-9p-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/virtio-blk-test.c (renamed from tests/virtio-blk-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/virtio-ccw-test.c (renamed from tests/virtio-ccw-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/virtio-net-test.c (renamed from tests/virtio-net-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/virtio-rng-test.c (renamed from tests/virtio-rng-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/virtio-scsi-test.c (renamed from tests/virtio-scsi-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/virtio-serial-test.c (renamed from tests/virtio-serial-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/virtio-test.c (renamed from tests/virtio-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/vmgenid-test.c (renamed from tests/vmgenid-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/vmxnet3-test.c (renamed from tests/vmxnet3-test.c) | 0 | ||||
-rw-r--r-- | tests/qtest/wdt_ib700-test.c (renamed from tests/wdt_ib700-test.c) | 0 |
178 files changed, 340 insertions, 335 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 7a767bf114..1ae14a8b15 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -149,160 +149,6 @@ check-unit-y += tests/test-qapi-util$(EXESUF) check-block-$(call land,$(CONFIG_POSIX),$(CONFIG_SOFTMMU)) += tests/check-block.sh -# All QTests for now are POSIX-only, but the dependencies are -# really in libqtest, not in the testcases themselves. - -check-qtest-generic-y += tests/qmp-test$(EXESUF) -check-qtest-generic-y += tests/qmp-cmd-test$(EXESUF) -check-qtest-generic-$(CONFIG_MODULES) += tests/modules-test$(EXESUF) - -check-qtest-generic-y += tests/device-introspect-test$(EXESUF) -check-qtest-generic-y += tests/cdrom-test$(EXESUF) -DBUS_DAEMON := $(shell which dbus-daemon 2>/dev/null) -ifneq ($(GDBUS_CODEGEN),) -ifneq ($(DBUS_DAEMON),) -check-qtest-pci-$(CONFIG_GIO) += tests/dbus-vmstate-test$(EXESUF) -endif -endif - -check-qtest-pci-$(CONFIG_RTL8139_PCI) += tests/rtl8139-test$(EXESUF) -check-qtest-pci-$(CONFIG_VGA) += tests/display-vga-test$(EXESUF) -check-qtest-pci-$(CONFIG_HDA) += tests/intel-hda-test$(EXESUF) -check-qtest-pci-$(CONFIG_IVSHMEM_DEVICE) += tests/ivshmem-test$(EXESUF) -check-qtest-i386-$(CONFIG_ISA_TESTDEV) = tests/endianness-test$(EXESUF) -check-qtest-i386-y += tests/fdc-test$(EXESUF) -check-qtest-i386-y += tests/ide-test$(EXESUF) -check-qtest-i386-$(CONFIG_TOOLS) += tests/ahci-test$(EXESUF) -check-qtest-i386-y += tests/hd-geo-test$(EXESUF) -check-qtest-i386-y += tests/boot-order-test$(EXESUF) -check-qtest-i386-y += tests/bios-tables-test$(EXESUF) -check-qtest-i386-$(CONFIG_SGA) += tests/boot-serial-test$(EXESUF) -check-qtest-i386-$(CONFIG_SLIRP) += tests/pxe-test$(EXESUF) -check-qtest-i386-y += tests/rtc-test$(EXESUF) -check-qtest-i386-$(CONFIG_ISA_IPMI_KCS) += tests/ipmi-kcs-test$(EXESUF) -ifdef CONFIG_LINUX -check-qtest-i386-$(CONFIG_ISA_IPMI_BT) += tests/ipmi-bt-test$(EXESUF) -endif -check-qtest-i386-y += tests/i440fx-test$(EXESUF) -check-qtest-i386-y += tests/fw_cfg-test$(EXESUF) -check-qtest-i386-y += tests/device-plug-test$(EXESUF) -check-qtest-i386-y += tests/drive_del-test$(EXESUF) -check-qtest-i386-$(CONFIG_WDT_IB700) += tests/wdt_ib700-test$(EXESUF) -check-qtest-i386-y += tests/tco-test$(EXESUF) -check-qtest-i386-y += $(check-qtest-pci-y) -check-qtest-i386-$(CONFIG_PVPANIC) += tests/pvpanic-test$(EXESUF) -check-qtest-i386-$(CONFIG_I82801B11) += tests/i82801b11-test$(EXESUF) -check-qtest-i386-$(CONFIG_IOH3420) += tests/ioh3420-test$(EXESUF) -check-qtest-i386-$(CONFIG_USB_UHCI) += tests/usb-hcd-uhci-test$(EXESUF) -check-qtest-i386-$(call land,$(CONFIG_USB_EHCI),$(CONFIG_USB_UHCI)) += tests/usb-hcd-ehci-test$(EXESUF) -check-qtest-i386-$(CONFIG_USB_XHCI_NEC) += tests/usb-hcd-xhci-test$(EXESUF) -check-qtest-i386-y += tests/cpu-plug-test$(EXESUF) -check-qtest-i386-y += tests/q35-test$(EXESUF) -check-qtest-i386-y += tests/vmgenid-test$(EXESUF) -check-qtest-i386-$(CONFIG_TPM_CRB) += tests/tpm-crb-swtpm-test$(EXESUF) -check-qtest-i386-$(CONFIG_TPM_CRB) += tests/tpm-crb-test$(EXESUF) -check-qtest-i386-$(CONFIG_TPM_TIS) += tests/tpm-tis-swtpm-test$(EXESUF) -check-qtest-i386-$(CONFIG_TPM_TIS) += tests/tpm-tis-test$(EXESUF) -check-qtest-i386-$(CONFIG_SLIRP) += tests/test-netfilter$(EXESUF) -check-qtest-i386-$(CONFIG_POSIX) += tests/test-filter-mirror$(EXESUF) -check-qtest-i386-$(CONFIG_RTL8139_PCI) += tests/test-filter-redirector$(EXESUF) -check-qtest-i386-y += tests/migration-test$(EXESUF) -check-qtest-i386-y += tests/test-x86-cpuid-compat$(EXESUF) -check-qtest-i386-y += tests/numa-test$(EXESUF) -check-qtest-x86_64-y += $(check-qtest-i386-y) - -check-qtest-alpha-y += tests/boot-serial-test$(EXESUF) -check-qtest-alpha-$(CONFIG_VGA) += tests/display-vga-test$(EXESUF) - -check-qtest-hppa-y += tests/boot-serial-test$(EXESUF) -check-qtest-hppa-$(CONFIG_VGA) += tests/display-vga-test$(EXESUF) - -check-qtest-m68k-y = tests/boot-serial-test$(EXESUF) - -check-qtest-microblaze-y += tests/boot-serial-test$(EXESUF) - -check-qtest-mips-$(CONFIG_ISA_TESTDEV) = tests/endianness-test$(EXESUF) -check-qtest-mips-$(CONFIG_VGA) += tests/display-vga-test$(EXESUF) - -check-qtest-mips64-$(CONFIG_ISA_TESTDEV) = tests/endianness-test$(EXESUF) -check-qtest-mips64-$(CONFIG_VGA) += tests/display-vga-test$(EXESUF) - -check-qtest-mips64el-$(CONFIG_ISA_TESTDEV) = tests/endianness-test$(EXESUF) -check-qtest-mips64el-$(CONFIG_VGA) += tests/display-vga-test$(EXESUF) - -check-qtest-moxie-y += tests/boot-serial-test$(EXESUF) - -check-qtest-ppc-$(CONFIG_ISA_TESTDEV) = tests/endianness-test$(EXESUF) -check-qtest-ppc-y += tests/boot-order-test$(EXESUF) -check-qtest-ppc-y += tests/prom-env-test$(EXESUF) -check-qtest-ppc-y += tests/drive_del-test$(EXESUF) -check-qtest-ppc-y += tests/boot-serial-test$(EXESUF) -check-qtest-ppc-$(CONFIG_M48T59) += tests/m48t59-test$(EXESUF) - -check-qtest-ppc64-y += $(check-qtest-ppc-y) -check-qtest-ppc64-$(CONFIG_PSERIES) += tests/device-plug-test$(EXESUF) -check-qtest-ppc64-$(CONFIG_POWERNV) += tests/pnv-xscom-test$(EXESUF) -check-qtest-ppc64-y += tests/migration-test$(EXESUF) -check-qtest-ppc64-$(CONFIG_PSERIES) += tests/rtas-test$(EXESUF) -check-qtest-ppc64-$(CONFIG_SLIRP) += tests/pxe-test$(EXESUF) -check-qtest-ppc64-$(CONFIG_USB_UHCI) += tests/usb-hcd-uhci-test$(EXESUF) -check-qtest-ppc64-$(CONFIG_USB_XHCI_NEC) += tests/usb-hcd-xhci-test$(EXESUF) -check-qtest-ppc64-$(CONFIG_SLIRP) += tests/test-netfilter$(EXESUF) -check-qtest-ppc64-$(CONFIG_POSIX) += tests/test-filter-mirror$(EXESUF) -check-qtest-ppc64-$(CONFIG_RTL8139_PCI) += tests/test-filter-redirector$(EXESUF) -check-qtest-ppc64-$(CONFIG_VGA) += tests/display-vga-test$(EXESUF) -check-qtest-ppc64-y += tests/numa-test$(EXESUF) -check-qtest-ppc64-$(CONFIG_IVSHMEM_DEVICE) += tests/ivshmem-test$(EXESUF) -check-qtest-ppc64-y += tests/cpu-plug-test$(EXESUF) - -check-qtest-sh4-$(CONFIG_ISA_TESTDEV) = tests/endianness-test$(EXESUF) - -check-qtest-sh4eb-$(CONFIG_ISA_TESTDEV) = tests/endianness-test$(EXESUF) - -check-qtest-sparc-y += tests/prom-env-test$(EXESUF) -check-qtest-sparc-y += tests/m48t59-test$(EXESUF) -check-qtest-sparc-y += tests/boot-serial-test$(EXESUF) - -check-qtest-sparc64-$(CONFIG_ISA_TESTDEV) = tests/endianness-test$(EXESUF) -check-qtest-sparc64-y += tests/prom-env-test$(EXESUF) -check-qtest-sparc64-y += tests/boot-serial-test$(EXESUF) - -check-qtest-arm-y += tests/arm-cpu-features$(EXESUF) -check-qtest-arm-y += tests/microbit-test$(EXESUF) -check-qtest-arm-y += tests/m25p80-test$(EXESUF) -check-qtest-arm-y += tests/test-arm-mptimer$(EXESUF) -check-qtest-arm-y += tests/boot-serial-test$(EXESUF) -check-qtest-arm-y += tests/hexloader-test$(EXESUF) -check-qtest-arm-$(CONFIG_PFLASH_CFI02) += tests/pflash-cfi02-test$(EXESUF) - -check-qtest-aarch64-y += tests/arm-cpu-features$(EXESUF) -check-qtest-aarch64-y += tests/numa-test$(EXESUF) -check-qtest-aarch64-y += tests/boot-serial-test$(EXESUF) -check-qtest-aarch64-y += tests/migration-test$(EXESUF) -# TODO: once aarch64 TCG is fixed on ARM 32 bit host, make test unconditional -ifneq ($(ARCH),arm) -check-qtest-aarch64-y += tests/bios-tables-test$(EXESUF) -endif - -check-qtest-microblazeel-y += $(check-qtest-microblaze-y) - -check-qtest-xtensaeb-y += $(check-qtest-xtensa-y) - -check-qtest-s390x-y = tests/boot-serial-test$(EXESUF) -check-qtest-s390x-$(CONFIG_SLIRP) += tests/pxe-test$(EXESUF) -check-qtest-s390x-$(CONFIG_SLIRP) += tests/test-netfilter$(EXESUF) -check-qtest-s390x-$(CONFIG_POSIX) += tests/test-filter-mirror$(EXESUF) -check-qtest-s390x-$(CONFIG_POSIX) += tests/test-filter-redirector$(EXESUF) -check-qtest-s390x-y += tests/drive_del-test$(EXESUF) -check-qtest-s390x-y += tests/device-plug-test$(EXESUF) -check-qtest-s390x-y += tests/virtio-ccw-test$(EXESUF) -check-qtest-s390x-y += tests/cpu-plug-test$(EXESUF) -check-qtest-s390x-y += tests/migration-test$(EXESUF) - -check-qtest-generic-y += tests/machine-none-test$(EXESUF) -check-qtest-generic-y += tests/qom-test$(EXESUF) -check-qtest-generic-y += tests/test-hmp$(EXESUF) - qapi-schema += alternate-any.json qapi-schema += alternate-array.json qapi-schema += alternate-base.json @@ -511,7 +357,7 @@ generated-files-y += tests/include/test-qapi-events-sub-module.h generated-files-y += tests/test-qapi-events-sub-sub-module.h generated-files-y += tests/test-qapi-introspect.h -QEMU_CFLAGS += -I$(SRC_PATH)/tests +QEMU_CFLAGS += -I$(SRC_PATH)/tests -I$(SRC_PATH)/tests/qtest # Deps that are common to various different sets of tests below @@ -543,7 +389,7 @@ tests/check-qlit$(EXESUF): tests/check-qlit.o $(test-util-obj-y) tests/check-qom-interface$(EXESUF): tests/check-qom-interface.o $(test-qom-obj-y) tests/check-qom-proplist$(EXESUF): tests/check-qom-proplist.o $(test-qom-obj-y) -tests/test-char$(EXESUF): tests/test-char.o $(test-util-obj-y) $(qtest-obj-y) $(test-io-obj-y) $(chardev-obj-y) tests/socket-helpers.o +tests/test-char$(EXESUF): tests/test-char.o $(test-util-obj-y) $(test-io-obj-y) $(chardev-obj-y) tests/socket-helpers.o tests/test-coroutine$(EXESUF): tests/test-coroutine.o $(test-block-obj-y) tests/test-aio$(EXESUF): tests/test-aio.o $(test-block-obj-y) tests/test-aio-multithread$(EXESUF): tests/test-aio-multithread.o $(test-block-obj-y) @@ -593,6 +439,11 @@ tests/test-vmstate$(EXESUF): tests/test-vmstate.o \ tests/test-timed-average$(EXESUF): tests/test-timed-average.o $(test-util-obj-y) tests/test-base64$(EXESUF): tests/test-base64.o $(test-util-obj-y) tests/ptimer-test$(EXESUF): tests/ptimer-test.o tests/ptimer-test-stubs.o hw/core/ptimer.o +tests/test-qemu-opts$(EXESUF): tests/test-qemu-opts.o $(test-util-obj-y) +tests/test-keyval$(EXESUF): tests/test-keyval.o $(test-util-obj-y) $(test-qapi-obj-y) +tests/test-write-threshold$(EXESUF): tests/test-write-threshold.o $(test-block-obj-y) +tests/test-uuid$(EXESUF): tests/test-uuid.o $(test-util-obj-y) +tests/test-qapi-util$(EXESUF): tests/test-qapi-util.o $(test-util-obj-y) tests/test-logging$(EXESUF): tests/test-logging.o $(test-util-obj-y) @@ -639,18 +490,18 @@ tests/qapi-schema/doc-good.test.texi: $(SRC_PATH)/tests/qapi-schema/doc-good.jso @mv tests/qapi-schema/doc-good-qapi-doc.texi $@ @rm -f tests/qapi-schema/doc-good-qapi-*.[ch] tests/qapi-schema/doc-good-qmp-*.[ch] -tests/dbus-vmstate1.h tests/dbus-vmstate1.c: tests/dbus-vmstate1-gen-timestamp ; -tests/dbus-vmstate1-gen-timestamp: $(SRC_PATH)/tests/dbus-vmstate1.xml +tests/qtest/dbus-vmstate1.h tests/qtest/dbus-vmstate1.c: tests/qtest/dbus-vmstate1-gen-timestamp ; +tests/qtest/dbus-vmstate1-gen-timestamp: $(SRC_PATH)/tests/qtest/dbus-vmstate1.xml $(call quiet-command,$(GDBUS_CODEGEN) $< \ - --interface-prefix org.qemu --generate-c-code tests/dbus-vmstate1, \ + --interface-prefix org.qemu --generate-c-code tests/qtest/dbus-vmstate1, \ "GEN","$(@:%-timestamp=%)") @>$@ -tests/dbus-vmstate-test.o-cflags := -DSRCDIR="$(SRC_PATH)" -tests/dbus-vmstate1.o-cflags := $(GIO_CFLAGS) -tests/dbus-vmstate1.o-libs := $(GIO_LIBS) +tests/qtest/dbus-vmstate-test.o-cflags := -DSRCDIR="$(SRC_PATH)" +tests/qtest/dbus-vmstate1.o-cflags := $(GIO_CFLAGS) +tests/qtest/dbus-vmstate1.o-libs := $(GIO_LIBS) -tests/dbus-vmstate-test.o: tests/dbus-vmstate1.h +tests/qtest/dbus-vmstate-test.o: tests/qtest/dbus-vmstate1.h tests/test-string-output-visitor$(EXESUF): tests/test-string-output-visitor.o $(test-qapi-obj-y) tests/test-string-input-visitor$(EXESUF): tests/test-string-input-visitor.o $(test-qapi-obj-y) @@ -699,12 +550,6 @@ tests/test-authz-pam$(EXESUF): tests/test-authz-pam.o $(test-authz-obj-y) tests/test-io-task$(EXESUF): tests/test-io-task.o $(test-io-obj-y) tests/test-io-channel-socket$(EXESUF): tests/test-io-channel-socket.o \ tests/io-channel-helpers.o tests/socket-helpers.o $(test-io-obj-y) -tests/tpm-crb-swtpm-test$(EXESUF): tests/tpm-crb-swtpm-test.o tests/tpm-emu.o \ - tests/tpm-util.o tests/tpm-tests.o $(test-io-obj-y) -tests/tpm-crb-test$(EXESUF): tests/tpm-crb-test.o tests/tpm-emu.o $(test-io-obj-y) -tests/tpm-tis-swtpm-test$(EXESUF): tests/tpm-tis-swtpm-test.o tests/tpm-emu.o \ - tests/tpm-util.o tests/tpm-tests.o $(test-io-obj-y) -tests/tpm-tis-test$(EXESUF): tests/tpm-tis-test.o tests/tpm-emu.o $(test-io-obj-y) tests/test-io-channel-file$(EXESUF): tests/test-io-channel-file.o \ tests/io-channel-helpers.o $(test-io-obj-y) tests/test-io-channel-tls$(EXESUF): tests/test-io-channel-tls.o \ @@ -719,152 +564,6 @@ tests/test-crypto-ivgen$(EXESUF): tests/test-crypto-ivgen.o $(test-crypto-obj-y) tests/test-crypto-afsplit$(EXESUF): tests/test-crypto-afsplit.o $(test-crypto-obj-y) tests/test-crypto-block$(EXESUF): tests/test-crypto-block.o $(test-crypto-obj-y) -libqgraph-obj-y = tests/libqos/qgraph.o - -libqos-obj-y = $(libqgraph-obj-y) tests/libqos/pci.o tests/libqos/fw_cfg.o -libqos-obj-y += tests/libqos/malloc.o -libqos-obj-y += tests/libqos/libqos.o -libqos-spapr-obj-y = $(libqos-obj-y) tests/libqos/malloc-spapr.o -libqos-spapr-obj-y += tests/libqos/libqos-spapr.o -libqos-spapr-obj-y += tests/libqos/rtas.o -libqos-spapr-obj-y += tests/libqos/pci-spapr.o -libqos-pc-obj-y = $(libqos-obj-y) tests/libqos/pci-pc.o -libqos-pc-obj-y += tests/libqos/malloc-pc.o tests/libqos/libqos-pc.o -libqos-pc-obj-y += tests/libqos/ahci.o -libqos-usb-obj-y = $(libqos-spapr-obj-y) $(libqos-pc-obj-y) tests/libqos/usb.o - -# Devices -qos-test-obj-y = tests/qos-test.o $(libqgraph-obj-y) -qos-test-obj-y += $(libqos-pc-obj-y) $(libqos-spapr-obj-y) -qos-test-obj-y += tests/libqos/e1000e.o -qos-test-obj-y += tests/libqos/i2c.o -qos-test-obj-y += tests/libqos/i2c-imx.o -qos-test-obj-y += tests/libqos/i2c-omap.o -qos-test-obj-y += tests/libqos/sdhci.o -qos-test-obj-y += tests/libqos/tpci200.o -qos-test-obj-y += tests/libqos/virtio.o -qos-test-obj-$(CONFIG_VIRTFS) += tests/libqos/virtio-9p.o -qos-test-obj-y += tests/libqos/virtio-balloon.o -qos-test-obj-y += tests/libqos/virtio-blk.o -qos-test-obj-y += tests/libqos/virtio-mmio.o -qos-test-obj-y += tests/libqos/virtio-net.o -qos-test-obj-y += tests/libqos/virtio-pci.o -qos-test-obj-y += tests/libqos/virtio-pci-modern.o -qos-test-obj-y += tests/libqos/virtio-rng.o -qos-test-obj-y += tests/libqos/virtio-scsi.o -qos-test-obj-y += tests/libqos/virtio-serial.o - -# Machines -qos-test-obj-y += tests/libqos/aarch64-xlnx-zcu102-machine.o -qos-test-obj-y += tests/libqos/arm-imx25-pdk-machine.o -qos-test-obj-y += tests/libqos/arm-n800-machine.o -qos-test-obj-y += tests/libqos/arm-raspi2-machine.o -qos-test-obj-y += tests/libqos/arm-sabrelite-machine.o -qos-test-obj-y += tests/libqos/arm-smdkc210-machine.o -qos-test-obj-y += tests/libqos/arm-virt-machine.o -qos-test-obj-y += tests/libqos/arm-xilinx-zynq-a9-machine.o -qos-test-obj-y += tests/libqos/ppc64_pseries-machine.o -qos-test-obj-y += tests/libqos/x86_64_pc-machine.o - -# Tests -qos-test-obj-y += tests/ac97-test.o -qos-test-obj-y += tests/ds1338-test.o -qos-test-obj-y += tests/e1000-test.o -qos-test-obj-y += tests/e1000e-test.o -qos-test-obj-y += tests/eepro100-test.o -qos-test-obj-y += tests/es1370-test.o -qos-test-obj-y += tests/ipoctal232-test.o -qos-test-obj-y += tests/megasas-test.o -qos-test-obj-y += tests/ne2000-test.o -qos-test-obj-y += tests/nvme-test.o -qos-test-obj-y += tests/pca9552-test.o -qos-test-obj-y += tests/pci-test.o -qos-test-obj-y += tests/pcnet-test.o -qos-test-obj-y += tests/sdhci-test.o -qos-test-obj-y += tests/spapr-phb-test.o -qos-test-obj-y += tests/tmp105-test.o -qos-test-obj-y += tests/usb-hcd-ohci-test.o $(libqos-usb-obj-y) -qos-test-obj-$(CONFIG_VHOST_NET_USER) += tests/vhost-user-test.o $(chardev-obj-y) $(test-io-obj-y) -qos-test-obj-y += tests/virtio-test.o -qos-test-obj-$(CONFIG_VIRTFS) += tests/virtio-9p-test.o -qos-test-obj-y += tests/virtio-blk-test.o -qos-test-obj-y += tests/virtio-net-test.o -qos-test-obj-y += tests/virtio-rng-test.o -qos-test-obj-y += tests/virtio-scsi-test.o -qos-test-obj-y += tests/virtio-serial-test.o -qos-test-obj-y += tests/vmxnet3-test.o - -check-unit-y += tests/test-qgraph$(EXESUF) -tests/test-qgraph$(EXESUF): tests/test-qgraph.o $(libqgraph-obj-y) - -check-qtest-generic-y += tests/qos-test$(EXESUF) -tests/qos-test$(EXESUF): $(qos-test-obj-y) - -tests/qmp-test$(EXESUF): tests/qmp-test.o -tests/qmp-cmd-test$(EXESUF): tests/qmp-cmd-test.o -tests/device-introspect-test$(EXESUF): tests/device-introspect-test.o -tests/rtc-test$(EXESUF): tests/rtc-test.o -tests/m48t59-test$(EXESUF): tests/m48t59-test.o -tests/hexloader-test$(EXESUF): tests/hexloader-test.o -tests/pflash-cfi02$(EXESUF): tests/pflash-cfi02-test.o -tests/endianness-test$(EXESUF): tests/endianness-test.o -tests/prom-env-test$(EXESUF): tests/prom-env-test.o $(libqos-obj-y) -tests/rtas-test$(EXESUF): tests/rtas-test.o $(libqos-spapr-obj-y) -tests/fdc-test$(EXESUF): tests/fdc-test.o -tests/ide-test$(EXESUF): tests/ide-test.o $(libqos-pc-obj-y) -tests/ahci-test$(EXESUF): tests/ahci-test.o $(libqos-pc-obj-y) qemu-img$(EXESUF) -tests/ipmi-kcs-test$(EXESUF): tests/ipmi-kcs-test.o -tests/ipmi-bt-test$(EXESUF): tests/ipmi-bt-test.o -tests/hd-geo-test$(EXESUF): tests/hd-geo-test.o $(libqos-obj-y) -tests/boot-order-test$(EXESUF): tests/boot-order-test.o $(libqos-obj-y) -tests/boot-serial-test$(EXESUF): tests/boot-serial-test.o $(libqos-obj-y) -tests/bios-tables-test$(EXESUF): tests/bios-tables-test.o \ - tests/boot-sector.o tests/acpi-utils.o $(libqos-obj-y) -tests/pxe-test$(EXESUF): tests/pxe-test.o tests/boot-sector.o $(libqos-obj-y) -tests/microbit-test$(EXESUF): tests/microbit-test.o -tests/m25p80-test$(EXESUF): tests/m25p80-test.o -tests/i440fx-test$(EXESUF): tests/i440fx-test.o $(libqos-pc-obj-y) -tests/q35-test$(EXESUF): tests/q35-test.o $(libqos-pc-obj-y) -tests/fw_cfg-test$(EXESUF): tests/fw_cfg-test.o $(libqos-pc-obj-y) -tests/rtl8139-test$(EXESUF): tests/rtl8139-test.o $(libqos-pc-obj-y) -tests/pnv-xscom-test$(EXESUF): tests/pnv-xscom-test.o -tests/wdt_ib700-test$(EXESUF): tests/wdt_ib700-test.o -tests/tco-test$(EXESUF): tests/tco-test.o $(libqos-pc-obj-y) -tests/virtio-ccw-test$(EXESUF): tests/virtio-ccw-test.o -tests/display-vga-test$(EXESUF): tests/display-vga-test.o -tests/qom-test$(EXESUF): tests/qom-test.o -tests/test-hmp$(EXESUF): tests/test-hmp.o -tests/machine-none-test$(EXESUF): tests/machine-none-test.o -tests/device-plug-test$(EXESUF): tests/device-plug-test.o -tests/drive_del-test$(EXESUF): tests/drive_del-test.o -tests/pvpanic-test$(EXESUF): tests/pvpanic-test.o -tests/i82801b11-test$(EXESUF): tests/i82801b11-test.o -tests/intel-hda-test$(EXESUF): tests/intel-hda-test.o -tests/ioh3420-test$(EXESUF): tests/ioh3420-test.o -tests/usb-hcd-uhci-test$(EXESUF): tests/usb-hcd-uhci-test.o $(libqos-usb-obj-y) -tests/usb-hcd-ehci-test$(EXESUF): tests/usb-hcd-ehci-test.o $(libqos-usb-obj-y) -tests/usb-hcd-xhci-test$(EXESUF): tests/usb-hcd-xhci-test.o $(libqos-usb-obj-y) -tests/cpu-plug-test$(EXESUF): tests/cpu-plug-test.o -tests/migration-test$(EXESUF): tests/migration-test.o tests/migration-helpers.o -tests/qemu-iotests/socket_scm_helper$(EXESUF): tests/qemu-iotests/socket_scm_helper.o -tests/test-qemu-opts$(EXESUF): tests/test-qemu-opts.o $(test-util-obj-y) -tests/test-keyval$(EXESUF): tests/test-keyval.o $(test-util-obj-y) $(test-qapi-obj-y) -tests/test-write-threshold$(EXESUF): tests/test-write-threshold.o $(test-block-obj-y) -tests/test-netfilter$(EXESUF): tests/test-netfilter.o $(qtest-obj-y) -tests/test-filter-mirror$(EXESUF): tests/test-filter-mirror.o $(qtest-obj-y) -tests/test-filter-redirector$(EXESUF): tests/test-filter-redirector.o $(qtest-obj-y) -tests/test-x86-cpuid-compat$(EXESUF): tests/test-x86-cpuid-compat.o $(qtest-obj-y) -tests/ivshmem-test$(EXESUF): tests/ivshmem-test.o contrib/ivshmem-server/ivshmem-server.o $(libqos-pc-obj-y) $(libqos-spapr-obj-y) -tests/dbus-vmstate-test$(EXESUF): tests/dbus-vmstate-test.o tests/migration-helpers.o tests/dbus-vmstate1.o $(libqos-pc-obj-y) $(libqos-spapr-obj-y) -tests/vhost-user-bridge$(EXESUF): tests/vhost-user-bridge.o $(test-util-obj-y) libvhost-user.a -tests/test-uuid$(EXESUF): tests/test-uuid.o $(test-util-obj-y) -tests/test-arm-mptimer$(EXESUF): tests/test-arm-mptimer.o -tests/test-qapi-util$(EXESUF): tests/test-qapi-util.o $(test-util-obj-y) -tests/numa-test$(EXESUF): tests/numa-test.o -tests/vmgenid-test$(EXESUF): tests/vmgenid-test.o tests/boot-sector.o tests/acpi-utils.o -tests/cdrom-test$(EXESUF): tests/cdrom-test.o tests/boot-sector.o $(libqos-obj-y) -tests/arm-cpu-features$(EXESUF): tests/arm-cpu-features.o - tests/migration/stress$(EXESUF): tests/migration/stress.o $(call quiet-command, $(LINKPROG) -static -O3 $(PTHREAD_LIB) -o $@ $< ,"LINK","$(TARGET_DIR)$@") @@ -877,19 +576,7 @@ tests/migration/initrd-stress.img: tests/migration/stress$(EXESUF) rm $(INITRD_WORK_DIR)/init rmdir $(INITRD_WORK_DIR) -# QTest rules - -TARGETS=$(patsubst %-softmmu,%, $(filter %-softmmu,$(TARGET_DIRS))) -ifeq ($(CONFIG_POSIX),y) -QTEST_TARGETS = $(TARGETS) -check-qtest-y=$(foreach TARGET,$(TARGETS), $(check-qtest-$(TARGET)-y)) -check-qtest-y += $(check-qtest-generic-y) -else -QTEST_TARGETS = -endif - -qtest-obj-y = tests/libqtest.o $(test-util-obj-y) -$(check-qtest-y): $(qtest-obj-y) +include $(SRC_PATH)/tests/qtest/Makefile.include tests/test-qga$(EXESUF): qemu-ga$(EXESUF) tests/test-qga$(EXESUF): tests/test-qga.o $(qtest-obj-y) @@ -933,7 +620,7 @@ endef .PHONY: $(patsubst %, check-qtest-%, $(QTEST_TARGETS)) $(patsubst %, check-qtest-%, $(QTEST_TARGETS)): check-qtest-%: %-softmmu/all $(check-qtest-y) - $(call do_test_human,$(check-qtest-$*-y) $(check-qtest-generic-y), \ + $(call do_test_human,$(check-qtest-$*-y:%=tests/qtest/%$(EXESUF)) $(check-qtest-generic-y:%=tests/qtest/%$(EXESUF)), \ QTEST_QEMU_BINARY=$*-softmmu/qemu-system-$* \ QTEST_QEMU_IMG=qemu-img$(EXESUF)) @@ -946,7 +633,7 @@ check-speed: $(check-speed-y) # gtester tests with TAP output $(patsubst %, check-report-qtest-%.tap, $(QTEST_TARGETS)): check-report-qtest-%.tap: %-softmmu/all $(check-qtest-y) - $(call do_test_tap, $(check-qtest-$*-y) $(check-qtest-generic-y), \ + $(call do_test_tap, $(check-qtest-$*-y:%=tests/qtest/%$(EXESUF)) $(check-qtest-generic-y:%=tests/qtest/%$(EXESUF)), \ QTEST_QEMU_BINARY=$*-softmmu/qemu-system-$* \ QTEST_QEMU_IMG=qemu-img$(EXESUF)) @@ -1211,10 +898,10 @@ check-block: $(patsubst %,check-%, $(check-block-y)) endif check: check-block check-qapi-schema check-unit check-softfloat check-qtest check-decodetree check-clean: - rm -rf $(check-unit-y) tests/*.o $(QEMU_IOTESTS_HELPERS-y) - rm -rf $(sort $(foreach target,$(SYSEMU_TARGET_LIST), $(check-qtest-$(target)-y)) $(check-qtest-generic-y)) + rm -rf $(check-unit-y) tests/*.o tests/*/*.o $(QEMU_IOTESTS_HELPERS-y) + rm -rf $(sort $(foreach target,$(SYSEMU_TARGET_LIST), $(check-qtest-$(target)-y:%=tests/qtest/%$(EXESUF))) $(check-qtest-generic-y:%=tests/qtest/%$(EXESUF))) rm -f tests/test-qapi-gen-timestamp - rm -f tests/dbus-vmstate1-gen-timestamp + rm -f tests/qtest/dbus-vmstate1-gen-timestamp rm -rf $(TESTS_VENV_DIR) $(TESTS_RESULTS_DIR) clean: check-clean @@ -1224,6 +911,7 @@ clean: check-clean all: $(QEMU_IOTESTS_HELPERS-y) -include $(wildcard tests/*.d) --include $(wildcard tests/libqos/*.d) +-include $(wildcard tests/qtest/*.d) +-include $(wildcard tests/qtest/qos/*.d) endif diff --git a/tests/ptimer-test.c b/tests/ptimer-test.c index e16c30ce57..9176b96c1c 100644 --- a/tests/ptimer-test.c +++ b/tests/ptimer-test.c @@ -14,7 +14,6 @@ #include "qemu/main-loop.h" #include "hw/ptimer.h" -#include "libqtest.h" #include "ptimer-test.h" static bool triggered; diff --git a/tests/qtest/Makefile.include b/tests/qtest/Makefile.include new file mode 100644 index 0000000000..e6bb4ab28c --- /dev/null +++ b/tests/qtest/Makefile.include @@ -0,0 +1,318 @@ +# All QTests for now are POSIX-only, but the dependencies are +# really in libqtest, not in the testcases themselves. + +check-qtest-generic-y += cdrom-test +check-qtest-generic-y += device-introspect-test +check-qtest-generic-y += machine-none-test +check-qtest-generic-y += qmp-test +check-qtest-generic-y += qmp-cmd-test +check-qtest-generic-y += qom-test +check-qtest-generic-$(CONFIG_MODULES) += modules-test +check-qtest-generic-y += test-hmp + +check-qtest-pci-$(CONFIG_RTL8139_PCI) += rtl8139-test +check-qtest-pci-$(CONFIG_VGA) += display-vga-test +check-qtest-pci-$(CONFIG_HDA) += intel-hda-test +check-qtest-pci-$(CONFIG_IVSHMEM_DEVICE) += ivshmem-test + +DBUS_DAEMON := $(shell which dbus-daemon 2>/dev/null) +ifneq ($(GDBUS_CODEGEN),) +ifneq ($(DBUS_DAEMON),) +check-qtest-pci-$(CONFIG_GIO) += dbus-vmstate-test +endif +endif + +check-qtest-i386-$(CONFIG_ISA_TESTDEV) = endianness-test +check-qtest-i386-y += fdc-test +check-qtest-i386-y += ide-test +check-qtest-i386-$(CONFIG_TOOLS) += ahci-test +check-qtest-i386-y += hd-geo-test +check-qtest-i386-y += boot-order-test +check-qtest-i386-y += bios-tables-test +check-qtest-i386-$(CONFIG_SGA) += boot-serial-test +check-qtest-i386-$(CONFIG_SLIRP) += pxe-test +check-qtest-i386-y += rtc-test +check-qtest-i386-$(CONFIG_ISA_IPMI_KCS) += ipmi-kcs-test +ifdef CONFIG_LINUX +check-qtest-i386-$(CONFIG_ISA_IPMI_BT) += ipmi-bt-test +endif +check-qtest-i386-y += i440fx-test +check-qtest-i386-y += fw_cfg-test +check-qtest-i386-y += device-plug-test +check-qtest-i386-y += drive_del-test +check-qtest-i386-$(CONFIG_WDT_IB700) += wdt_ib700-test +check-qtest-i386-y += tco-test +check-qtest-i386-y += $(check-qtest-pci-y) +check-qtest-i386-$(CONFIG_PVPANIC) += pvpanic-test +check-qtest-i386-$(CONFIG_I82801B11) += i82801b11-test +check-qtest-i386-$(CONFIG_IOH3420) += ioh3420-test +check-qtest-i386-$(CONFIG_USB_UHCI) += usb-hcd-uhci-test +check-qtest-i386-$(call land,$(CONFIG_USB_EHCI),$(CONFIG_USB_UHCI)) += usb-hcd-ehci-test +check-qtest-i386-$(CONFIG_USB_XHCI_NEC) += usb-hcd-xhci-test +check-qtest-i386-y += cpu-plug-test +check-qtest-i386-y += q35-test +check-qtest-i386-y += vmgenid-test +check-qtest-i386-$(CONFIG_TPM_CRB) += tpm-crb-swtpm-test +check-qtest-i386-$(CONFIG_TPM_CRB) += tpm-crb-test +check-qtest-i386-$(CONFIG_TPM_TIS) += tpm-tis-swtpm-test +check-qtest-i386-$(CONFIG_TPM_TIS) += tpm-tis-test +check-qtest-i386-$(CONFIG_SLIRP) += test-netfilter +check-qtest-i386-$(CONFIG_POSIX) += test-filter-mirror +check-qtest-i386-$(CONFIG_RTL8139_PCI) += test-filter-redirector +check-qtest-i386-y += migration-test +check-qtest-i386-y += test-x86-cpuid-compat +check-qtest-i386-y += numa-test + +check-qtest-x86_64-y += $(check-qtest-i386-y) + +check-qtest-alpha-y += boot-serial-test +check-qtest-alpha-$(CONFIG_VGA) += display-vga-test + +check-qtest-hppa-y += boot-serial-test +check-qtest-hppa-$(CONFIG_VGA) += display-vga-test + +check-qtest-m68k-y = boot-serial-test + +check-qtest-microblaze-y += boot-serial-test + +check-qtest-mips-$(CONFIG_ISA_TESTDEV) = endianness-test +check-qtest-mips-$(CONFIG_VGA) += display-vga-test + +check-qtest-mips64-$(CONFIG_ISA_TESTDEV) = endianness-test +check-qtest-mips64-$(CONFIG_VGA) += display-vga-test + +check-qtest-mips64el-$(CONFIG_ISA_TESTDEV) = endianness-test +check-qtest-mips64el-$(CONFIG_VGA) += display-vga-test + +check-qtest-moxie-y += boot-serial-test + +check-qtest-ppc-$(CONFIG_ISA_TESTDEV) = endianness-test +check-qtest-ppc-y += boot-order-test +check-qtest-ppc-y += prom-env-test +check-qtest-ppc-y += drive_del-test +check-qtest-ppc-y += boot-serial-test +check-qtest-ppc-$(CONFIG_M48T59) += m48t59-test + +check-qtest-ppc64-y += $(check-qtest-ppc-y) +check-qtest-ppc64-$(CONFIG_PSERIES) += device-plug-test +check-qtest-ppc64-$(CONFIG_POWERNV) += pnv-xscom-test +check-qtest-ppc64-y += migration-test +check-qtest-ppc64-$(CONFIG_PSERIES) += rtas-test +check-qtest-ppc64-$(CONFIG_SLIRP) += pxe-test +check-qtest-ppc64-$(CONFIG_USB_UHCI) += usb-hcd-uhci-test +check-qtest-ppc64-$(CONFIG_USB_XHCI_NEC) += usb-hcd-xhci-test +check-qtest-ppc64-$(CONFIG_SLIRP) += test-netfilter +check-qtest-ppc64-$(CONFIG_POSIX) += test-filter-mirror +check-qtest-ppc64-$(CONFIG_RTL8139_PCI) += test-filter-redirector +check-qtest-ppc64-$(CONFIG_VGA) += display-vga-test +check-qtest-ppc64-y += numa-test +check-qtest-ppc64-$(CONFIG_IVSHMEM_DEVICE) += ivshmem-test +check-qtest-ppc64-y += cpu-plug-test + +check-qtest-sh4-$(CONFIG_ISA_TESTDEV) = endianness-test + +check-qtest-sh4eb-$(CONFIG_ISA_TESTDEV) = endianness-test + +check-qtest-sparc-y += prom-env-test +check-qtest-sparc-y += m48t59-test +check-qtest-sparc-y += boot-serial-test + +check-qtest-sparc64-$(CONFIG_ISA_TESTDEV) = endianness-test +check-qtest-sparc64-y += prom-env-test +check-qtest-sparc64-y += boot-serial-test + +check-qtest-arm-y += arm-cpu-features +check-qtest-arm-y += microbit-test +check-qtest-arm-y += m25p80-test +check-qtest-arm-y += test-arm-mptimer +check-qtest-arm-y += boot-serial-test +check-qtest-arm-y += hexloader-test +check-qtest-arm-$(CONFIG_PFLASH_CFI02) += pflash-cfi02-test + +check-qtest-aarch64-y += arm-cpu-features +check-qtest-aarch64-y += numa-test +check-qtest-aarch64-y += boot-serial-test +check-qtest-aarch64-y += migration-test + +# TODO: once aarch64 TCG is fixed on ARM 32 bit host, make test unconditional +ifneq ($(ARCH),arm) +check-qtest-aarch64-y += bios-tables-test +endif + +check-qtest-microblazeel-y += $(check-qtest-microblaze-y) + +check-qtest-xtensaeb-y += $(check-qtest-xtensa-y) + +check-qtest-s390x-y = boot-serial-test +check-qtest-s390x-$(CONFIG_SLIRP) += pxe-test +check-qtest-s390x-$(CONFIG_SLIRP) += test-netfilter +check-qtest-s390x-$(CONFIG_POSIX) += test-filter-mirror +check-qtest-s390x-$(CONFIG_POSIX) += test-filter-redirector +check-qtest-s390x-y += drive_del-test +check-qtest-s390x-y += device-plug-test +check-qtest-s390x-y += virtio-ccw-test +check-qtest-s390x-y += cpu-plug-test +check-qtest-s390x-y += migration-test + +# libqos / qgraph : +libqgraph-obj-y = tests/qtest/libqos/qgraph.o + +libqos-obj-y = $(libqgraph-obj-y) tests/qtest/libqos/pci.o tests/qtest/libqos/fw_cfg.o +libqos-obj-y += tests/qtest/libqos/malloc.o +libqos-obj-y += tests/qtest/libqos/libqos.o +libqos-spapr-obj-y = $(libqos-obj-y) tests/qtest/libqos/malloc-spapr.o +libqos-spapr-obj-y += tests/qtest/libqos/libqos-spapr.o +libqos-spapr-obj-y += tests/qtest/libqos/rtas.o +libqos-spapr-obj-y += tests/qtest/libqos/pci-spapr.o +libqos-pc-obj-y = $(libqos-obj-y) tests/qtest/libqos/pci-pc.o +libqos-pc-obj-y += tests/qtest/libqos/malloc-pc.o tests/qtest/libqos/libqos-pc.o +libqos-pc-obj-y += tests/qtest/libqos/ahci.o +libqos-usb-obj-y = $(libqos-spapr-obj-y) $(libqos-pc-obj-y) tests/qtest/libqos/usb.o + +# qos devices: +qos-test-obj-y = tests/qtest/qos-test.o $(libqgraph-obj-y) +qos-test-obj-y += $(libqos-pc-obj-y) $(libqos-spapr-obj-y) +qos-test-obj-y += tests/qtest/libqos/e1000e.o +qos-test-obj-y += tests/qtest/libqos/i2c.o +qos-test-obj-y += tests/qtest/libqos/i2c-imx.o +qos-test-obj-y += tests/qtest/libqos/i2c-omap.o +qos-test-obj-y += tests/qtest/libqos/sdhci.o +qos-test-obj-y += tests/qtest/libqos/tpci200.o +qos-test-obj-y += tests/qtest/libqos/virtio.o +qos-test-obj-$(CONFIG_VIRTFS) += tests/qtest/libqos/virtio-9p.o +qos-test-obj-y += tests/qtest/libqos/virtio-balloon.o +qos-test-obj-y += tests/qtest/libqos/virtio-blk.o +qos-test-obj-y += tests/qtest/libqos/virtio-mmio.o +qos-test-obj-y += tests/qtest/libqos/virtio-net.o +qos-test-obj-y += tests/qtest/libqos/virtio-pci.o +qos-test-obj-y += tests/qtest/libqos/virtio-pci-modern.o +qos-test-obj-y += tests/qtest/libqos/virtio-rng.o +qos-test-obj-y += tests/qtest/libqos/virtio-scsi.o +qos-test-obj-y += tests/qtest/libqos/virtio-serial.o + +# qos machines: +qos-test-obj-y += tests/qtest/libqos/aarch64-xlnx-zcu102-machine.o +qos-test-obj-y += tests/qtest/libqos/arm-imx25-pdk-machine.o +qos-test-obj-y += tests/qtest/libqos/arm-n800-machine.o +qos-test-obj-y += tests/qtest/libqos/arm-raspi2-machine.o +qos-test-obj-y += tests/qtest/libqos/arm-sabrelite-machine.o +qos-test-obj-y += tests/qtest/libqos/arm-smdkc210-machine.o +qos-test-obj-y += tests/qtest/libqos/arm-virt-machine.o +qos-test-obj-y += tests/qtest/libqos/arm-xilinx-zynq-a9-machine.o +qos-test-obj-y += tests/qtest/libqos/ppc64_pseries-machine.o +qos-test-obj-y += tests/qtest/libqos/x86_64_pc-machine.o + +# qos tests: +qos-test-obj-y += tests/qtest/ac97-test.o +qos-test-obj-y += tests/qtest/ds1338-test.o +qos-test-obj-y += tests/qtest/e1000-test.o +qos-test-obj-y += tests/qtest/e1000e-test.o +qos-test-obj-y += tests/qtest/eepro100-test.o +qos-test-obj-y += tests/qtest/es1370-test.o +qos-test-obj-y += tests/qtest/ipoctal232-test.o +qos-test-obj-y += tests/qtest/megasas-test.o +qos-test-obj-y += tests/qtest/ne2000-test.o +qos-test-obj-y += tests/qtest/nvme-test.o +qos-test-obj-y += tests/qtest/pca9552-test.o +qos-test-obj-y += tests/qtest/pci-test.o +qos-test-obj-y += tests/qtest/pcnet-test.o +qos-test-obj-y += tests/qtest/sdhci-test.o +qos-test-obj-y += tests/qtest/spapr-phb-test.o +qos-test-obj-y += tests/qtest/tmp105-test.o +qos-test-obj-y += tests/qtest/usb-hcd-ohci-test.o $(libqos-usb-obj-y) +qos-test-obj-$(CONFIG_VHOST_NET_USER) += tests/qtest/vhost-user-test.o $(chardev-obj-y) $(test-io-obj-y) +qos-test-obj-y += tests/qtest/virtio-test.o +qos-test-obj-$(CONFIG_VIRTFS) += tests/qtest/virtio-9p-test.o +qos-test-obj-y += tests/qtest/virtio-blk-test.o +qos-test-obj-y += tests/qtest/virtio-net-test.o +qos-test-obj-y += tests/qtest/virtio-rng-test.o +qos-test-obj-y += tests/qtest/virtio-scsi-test.o +qos-test-obj-y += tests/qtest/virtio-serial-test.o +qos-test-obj-y += tests/qtest/vmxnet3-test.o + +check-unit-y += tests/test-qgraph$(EXESUF) +tests/test-qgraph$(EXESUF): tests/test-qgraph.o $(libqgraph-obj-y) + +check-qtest-generic-y += qos-test +tests/qtest/qos-test$(EXESUF): $(qos-test-obj-y) + +# QTest dependencies: +tests/qtest/qmp-test$(EXESUF): tests/qtest/qmp-test.o +tests/qtest/qmp-cmd-test$(EXESUF): tests/qtest/qmp-cmd-test.o +tests/qtest/device-introspect-test$(EXESUF): tests/qtest/device-introspect-test.o +tests/qtest/rtc-test$(EXESUF): tests/qtest/rtc-test.o +tests/qtest/m48t59-test$(EXESUF): tests/qtest/m48t59-test.o +tests/qtest/hexloader-test$(EXESUF): tests/qtest/hexloader-test.o +tests/qtest/pflash-cfi02$(EXESUF): tests/qtest/pflash-cfi02-test.o +tests/qtest/endianness-test$(EXESUF): tests/qtest/endianness-test.o +tests/qtest/prom-env-test$(EXESUF): tests/qtest/prom-env-test.o $(libqos-obj-y) +tests/qtest/rtas-test$(EXESUF): tests/qtest/rtas-test.o $(libqos-spapr-obj-y) +tests/qtest/fdc-test$(EXESUF): tests/qtest/fdc-test.o +tests/qtest/ide-test$(EXESUF): tests/qtest/ide-test.o $(libqos-pc-obj-y) +tests/qtest/ahci-test$(EXESUF): tests/qtest/ahci-test.o $(libqos-pc-obj-y) qemu-img$(EXESUF) +tests/qtest/ipmi-kcs-test$(EXESUF): tests/qtest/ipmi-kcs-test.o +tests/qtest/ipmi-bt-test$(EXESUF): tests/qtest/ipmi-bt-test.o +tests/qtest/hd-geo-test$(EXESUF): tests/qtest/hd-geo-test.o $(libqos-obj-y) +tests/qtest/boot-order-test$(EXESUF): tests/qtest/boot-order-test.o $(libqos-obj-y) +tests/qtest/boot-serial-test$(EXESUF): tests/qtest/boot-serial-test.o $(libqos-obj-y) +tests/qtest/bios-tables-test$(EXESUF): tests/qtest/bios-tables-test.o \ + tests/qtest/boot-sector.o tests/qtest/acpi-utils.o $(libqos-obj-y) +tests/qtest/pxe-test$(EXESUF): tests/qtest/pxe-test.o tests/qtest/boot-sector.o $(libqos-obj-y) +tests/qtest/microbit-test$(EXESUF): tests/qtest/microbit-test.o +tests/qtest/m25p80-test$(EXESUF): tests/qtest/m25p80-test.o +tests/qtest/i440fx-test$(EXESUF): tests/qtest/i440fx-test.o $(libqos-pc-obj-y) +tests/qtest/q35-test$(EXESUF): tests/qtest/q35-test.o $(libqos-pc-obj-y) +tests/qtest/fw_cfg-test$(EXESUF): tests/qtest/fw_cfg-test.o $(libqos-pc-obj-y) +tests/qtest/rtl8139-test$(EXESUF): tests/qtest/rtl8139-test.o $(libqos-pc-obj-y) +tests/qtest/pnv-xscom-test$(EXESUF): tests/qtest/pnv-xscom-test.o +tests/qtest/wdt_ib700-test$(EXESUF): tests/qtest/wdt_ib700-test.o +tests/qtest/tco-test$(EXESUF): tests/qtest/tco-test.o $(libqos-pc-obj-y) +tests/qtest/virtio-ccw-test$(EXESUF): tests/qtest/virtio-ccw-test.o +tests/qtest/display-vga-test$(EXESUF): tests/qtest/display-vga-test.o +tests/qtest/qom-test$(EXESUF): tests/qtest/qom-test.o +tests/qtest/test-hmp$(EXESUF): tests/qtest/test-hmp.o +tests/qtest/machine-none-test$(EXESUF): tests/qtest/machine-none-test.o +tests/qtest/device-plug-test$(EXESUF): tests/qtest/device-plug-test.o +tests/qtest/drive_del-test$(EXESUF): tests/qtest/drive_del-test.o +tests/qtest/pvpanic-test$(EXESUF): tests/qtest/pvpanic-test.o +tests/qtest/i82801b11-test$(EXESUF): tests/qtest/i82801b11-test.o +tests/qtest/intel-hda-test$(EXESUF): tests/qtest/intel-hda-test.o +tests/qtest/ioh3420-test$(EXESUF): tests/qtest/ioh3420-test.o +tests/qtest/usb-hcd-uhci-test$(EXESUF): tests/qtest/usb-hcd-uhci-test.o $(libqos-usb-obj-y) +tests/qtest/usb-hcd-ehci-test$(EXESUF): tests/qtest/usb-hcd-ehci-test.o $(libqos-usb-obj-y) +tests/qtest/usb-hcd-xhci-test$(EXESUF): tests/qtest/usb-hcd-xhci-test.o $(libqos-usb-obj-y) +tests/qtest/cpu-plug-test$(EXESUF): tests/qtest/cpu-plug-test.o +tests/qtest/migration-test$(EXESUF): tests/qtest/migration-test.o tests/qtest/migration-helpers.o +tests/qtest/qemu-iotests/qtest/socket_scm_helper$(EXESUF): tests/qtest/qemu-iotests/qtest/socket_scm_helper.o +tests/qtest/test-netfilter$(EXESUF): tests/qtest/test-netfilter.o $(qtest-obj-y) +tests/qtest/test-filter-mirror$(EXESUF): tests/qtest/test-filter-mirror.o $(qtest-obj-y) +tests/qtest/test-filter-redirector$(EXESUF): tests/qtest/test-filter-redirector.o $(qtest-obj-y) +tests/qtest/test-x86-cpuid-compat$(EXESUF): tests/qtest/test-x86-cpuid-compat.o $(qtest-obj-y) +tests/qtest/ivshmem-test$(EXESUF): tests/qtest/ivshmem-test.o contrib/ivshmem-server/ivshmem-server.o $(libqos-pc-obj-y) $(libqos-spapr-obj-y) +tests/qtest/dbus-vmstate-test$(EXESUF): tests/qtest/dbus-vmstate-test.o tests/qtest/migration-helpers.o tests/qtest/dbus-vmstate1.o $(libqos-pc-obj-y) $(libqos-spapr-obj-y) +tests/qtest/vhost-user-bridge$(EXESUF): tests/qtest/vhost-user-bridge.o $(test-util-obj-y) libvhost-user.a +tests/qtest/test-arm-mptimer$(EXESUF): tests/qtest/test-arm-mptimer.o +tests/qtest/numa-test$(EXESUF): tests/qtest/numa-test.o +tests/qtest/vmgenid-test$(EXESUF): tests/qtest/vmgenid-test.o tests/qtest/boot-sector.o tests/qtest/acpi-utils.o +tests/qtest/cdrom-test$(EXESUF): tests/qtest/cdrom-test.o tests/qtest/boot-sector.o $(libqos-obj-y) +tests/qtest/arm-cpu-features$(EXESUF): tests/qtest/arm-cpu-features.o +tests/qtest/tpm-crb-swtpm-test$(EXESUF): tests/qtest/tpm-crb-swtpm-test.o tests/qtest/tpm-emu.o \ + tests/qtest/tpm-util.o tests/qtest/tpm-tests.o $(test-io-obj-y) +tests/qtest/tpm-crb-test$(EXESUF): tests/qtest/tpm-crb-test.o tests/qtest/tpm-emu.o $(test-io-obj-y) +tests/qtest/tpm-tis-swtpm-test$(EXESUF): tests/qtest/tpm-tis-swtpm-test.o tests/qtest/tpm-emu.o \ + tests/qtest/tpm-util.o tests/qtest/tpm-tests.o $(test-io-obj-y) +tests/qtest/tpm-tis-test$(EXESUF): tests/qtest/tpm-tis-test.o tests/qtest/tpm-emu.o $(test-io-obj-y) + +# QTest rules + +TARGETS=$(patsubst %-softmmu,%, $(filter %-softmmu,$(TARGET_DIRS))) +ifeq ($(CONFIG_POSIX),y) +QTEST_TARGETS = $(TARGETS) +check-qtest-y=$(foreach TARGET,$(TARGETS), $(check-qtest-$(TARGET)-y:%=tests/qtest/%$(EXESUF))) +check-qtest-y += $(check-qtest-generic-y:%=tests/qtest/%$(EXESUF)) +else +QTEST_TARGETS = +endif + +qtest-obj-y = tests/qtest/libqtest.o $(test-util-obj-y) +$(check-qtest-y): $(qtest-obj-y) diff --git a/tests/ac97-test.c b/tests/qtest/ac97-test.c index b084e31bff..b084e31bff 100644 --- a/tests/ac97-test.c +++ b/tests/qtest/ac97-test.c diff --git a/tests/acpi-utils.c b/tests/qtest/acpi-utils.c index d2a202efca..d2a202efca 100644 --- a/tests/acpi-utils.c +++ b/tests/qtest/acpi-utils.c diff --git a/tests/acpi-utils.h b/tests/qtest/acpi-utils.h index 0c86780689..0c86780689 100644 --- a/tests/acpi-utils.h +++ b/tests/qtest/acpi-utils.h diff --git a/tests/ahci-test.c b/tests/qtest/ahci-test.c index c8d42ceea0..c8d42ceea0 100644 --- a/tests/ahci-test.c +++ b/tests/qtest/ahci-test.c diff --git a/tests/arm-cpu-features.c b/tests/qtest/arm-cpu-features.c index bef3ed24b6..bef3ed24b6 100644 --- a/tests/arm-cpu-features.c +++ b/tests/qtest/arm-cpu-features.c diff --git a/tests/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523c8b..dfb8523c8b 100644 --- a/tests/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h diff --git a/tests/bios-tables-test.c b/tests/qtest/bios-tables-test.c index f1ac2d7e96..f1ac2d7e96 100644 --- a/tests/bios-tables-test.c +++ b/tests/qtest/bios-tables-test.c diff --git a/tests/boot-order-test.c b/tests/qtest/boot-order-test.c index a725bce729..a725bce729 100644 --- a/tests/boot-order-test.c +++ b/tests/qtest/boot-order-test.c diff --git a/tests/boot-sector.c b/tests/qtest/boot-sector.c index 9e66c6d013..9e66c6d013 100644 --- a/tests/boot-sector.c +++ b/tests/qtest/boot-sector.c diff --git a/tests/boot-sector.h b/tests/qtest/boot-sector.h index 6ee6bb4d97..6ee6bb4d97 100644 --- a/tests/boot-sector.h +++ b/tests/qtest/boot-sector.h diff --git a/tests/boot-serial-test.c b/tests/qtest/boot-serial-test.c index 05c7f44457..05c7f44457 100644 --- a/tests/boot-serial-test.c +++ b/tests/qtest/boot-serial-test.c diff --git a/tests/cdrom-test.c b/tests/qtest/cdrom-test.c index 67635e387a..67635e387a 100644 --- a/tests/cdrom-test.c +++ b/tests/qtest/cdrom-test.c diff --git a/tests/cpu-plug-test.c b/tests/qtest/cpu-plug-test.c index e8ffbbce4b..e8ffbbce4b 100644 --- a/tests/cpu-plug-test.c +++ b/tests/qtest/cpu-plug-test.c diff --git a/tests/dbus-vmstate-test.c b/tests/qtest/dbus-vmstate-test.c index 2e5e47dec2..2e5e47dec2 100644 --- a/tests/dbus-vmstate-test.c +++ b/tests/qtest/dbus-vmstate-test.c diff --git a/tests/dbus-vmstate1.xml b/tests/qtest/dbus-vmstate1.xml index cc8563be4c..cc8563be4c 100644 --- a/tests/dbus-vmstate1.xml +++ b/tests/qtest/dbus-vmstate1.xml diff --git a/tests/device-introspect-test.c b/tests/qtest/device-introspect-test.c index 04f22903b0..04f22903b0 100644 --- a/tests/device-introspect-test.c +++ b/tests/qtest/device-introspect-test.c diff --git a/tests/device-plug-test.c b/tests/qtest/device-plug-test.c index 318e422d51..318e422d51 100644 --- a/tests/device-plug-test.c +++ b/tests/qtest/device-plug-test.c diff --git a/tests/display-vga-test.c b/tests/qtest/display-vga-test.c index ace3bb28e0..ace3bb28e0 100644 --- a/tests/display-vga-test.c +++ b/tests/qtest/display-vga-test.c diff --git a/tests/drive_del-test.c b/tests/qtest/drive_del-test.c index 5f8839b232..5f8839b232 100644 --- a/tests/drive_del-test.c +++ b/tests/qtest/drive_del-test.c diff --git a/tests/ds1338-test.c b/tests/qtest/ds1338-test.c index f6ade9a050..f6ade9a050 100644 --- a/tests/ds1338-test.c +++ b/tests/qtest/ds1338-test.c diff --git a/tests/e1000-test.c b/tests/qtest/e1000-test.c index c387984ef6..c387984ef6 100644 --- a/tests/e1000-test.c +++ b/tests/qtest/e1000-test.c diff --git a/tests/e1000e-test.c b/tests/qtest/e1000e-test.c index 1a232a663a..1a232a663a 100644 --- a/tests/e1000e-test.c +++ b/tests/qtest/e1000e-test.c diff --git a/tests/eepro100-test.c b/tests/qtest/eepro100-test.c index 8dbffff0b8..8dbffff0b8 100644 --- a/tests/eepro100-test.c +++ b/tests/qtest/eepro100-test.c diff --git a/tests/endianness-test.c b/tests/qtest/endianness-test.c index 58527952a5..58527952a5 100644 --- a/tests/endianness-test.c +++ b/tests/qtest/endianness-test.c diff --git a/tests/es1370-test.c b/tests/qtest/es1370-test.c index adccdac1be..adccdac1be 100644 --- a/tests/es1370-test.c +++ b/tests/qtest/es1370-test.c diff --git a/tests/fdc-test.c b/tests/qtest/fdc-test.c index 26b69f7c5c..26b69f7c5c 100644 --- a/tests/fdc-test.c +++ b/tests/qtest/fdc-test.c diff --git a/tests/fw_cfg-test.c b/tests/qtest/fw_cfg-test.c index 5dc807ba23..5dc807ba23 100644 --- a/tests/fw_cfg-test.c +++ b/tests/qtest/fw_cfg-test.c diff --git a/tests/hd-geo-test.c b/tests/qtest/hd-geo-test.c index a249800544..a249800544 100644 --- a/tests/hd-geo-test.c +++ b/tests/qtest/hd-geo-test.c diff --git a/tests/hexloader-test.c b/tests/qtest/hexloader-test.c index 8b7aa2d72d..8b7aa2d72d 100644 --- a/tests/hexloader-test.c +++ b/tests/qtest/hexloader-test.c diff --git a/tests/i440fx-test.c b/tests/qtest/i440fx-test.c index 1f57d9684b..1f57d9684b 100644 --- a/tests/i440fx-test.c +++ b/tests/qtest/i440fx-test.c diff --git a/tests/i82801b11-test.c b/tests/qtest/i82801b11-test.c index 4345da338b..4345da338b 100644 --- a/tests/i82801b11-test.c +++ b/tests/qtest/i82801b11-test.c diff --git a/tests/ide-test.c b/tests/qtest/ide-test.c index 0277e7d5a9..0277e7d5a9 100644 --- a/tests/ide-test.c +++ b/tests/qtest/ide-test.c diff --git a/tests/intel-hda-test.c b/tests/qtest/intel-hda-test.c index fc25ccc33c..fc25ccc33c 100644 --- a/tests/intel-hda-test.c +++ b/tests/qtest/intel-hda-test.c diff --git a/tests/ioh3420-test.c b/tests/qtest/ioh3420-test.c index f6ca43cca7..f6ca43cca7 100644 --- a/tests/ioh3420-test.c +++ b/tests/qtest/ioh3420-test.c diff --git a/tests/ipmi-bt-test.c b/tests/qtest/ipmi-bt-test.c index a42207d416..a42207d416 100644 --- a/tests/ipmi-bt-test.c +++ b/tests/qtest/ipmi-bt-test.c diff --git a/tests/ipmi-kcs-test.c b/tests/qtest/ipmi-kcs-test.c index 693a6aacb5..693a6aacb5 100644 --- a/tests/ipmi-kcs-test.c +++ b/tests/qtest/ipmi-kcs-test.c diff --git a/tests/ipoctal232-test.c b/tests/qtest/ipoctal232-test.c index 53a8c9b13c..53a8c9b13c 100644 --- a/tests/ipoctal232-test.c +++ b/tests/qtest/ipoctal232-test.c diff --git a/tests/ivshmem-test.c b/tests/qtest/ivshmem-test.c index ecda256472..ecda256472 100644 --- a/tests/ivshmem-test.c +++ b/tests/qtest/ivshmem-test.c diff --git a/tests/libqos/aarch64-xlnx-zcu102-machine.c b/tests/qtest/libqos/aarch64-xlnx-zcu102-machine.c index 1d5de5af00..1d5de5af00 100644 --- a/tests/libqos/aarch64-xlnx-zcu102-machine.c +++ b/tests/qtest/libqos/aarch64-xlnx-zcu102-machine.c diff --git a/tests/libqos/ahci.c b/tests/qtest/libqos/ahci.c index cc1b08eabe..cc1b08eabe 100644 --- a/tests/libqos/ahci.c +++ b/tests/qtest/libqos/ahci.c diff --git a/tests/libqos/ahci.h b/tests/qtest/libqos/ahci.h index f05b3e5fce..f05b3e5fce 100644 --- a/tests/libqos/ahci.h +++ b/tests/qtest/libqos/ahci.h diff --git a/tests/libqos/arm-imx25-pdk-machine.c b/tests/qtest/libqos/arm-imx25-pdk-machine.c index 25066fb8a9..25066fb8a9 100644 --- a/tests/libqos/arm-imx25-pdk-machine.c +++ b/tests/qtest/libqos/arm-imx25-pdk-machine.c diff --git a/tests/libqos/arm-n800-machine.c b/tests/qtest/libqos/arm-n800-machine.c index 87279bdb26..87279bdb26 100644 --- a/tests/libqos/arm-n800-machine.c +++ b/tests/qtest/libqos/arm-n800-machine.c diff --git a/tests/libqos/arm-raspi2-machine.c b/tests/qtest/libqos/arm-raspi2-machine.c index 12a7cb7e4b..12a7cb7e4b 100644 --- a/tests/libqos/arm-raspi2-machine.c +++ b/tests/qtest/libqos/arm-raspi2-machine.c diff --git a/tests/libqos/arm-sabrelite-machine.c b/tests/qtest/libqos/arm-sabrelite-machine.c index e6df43795a..e6df43795a 100644 --- a/tests/libqos/arm-sabrelite-machine.c +++ b/tests/qtest/libqos/arm-sabrelite-machine.c diff --git a/tests/libqos/arm-smdkc210-machine.c b/tests/qtest/libqos/arm-smdkc210-machine.c index 215b628a7d..215b628a7d 100644 --- a/tests/libqos/arm-smdkc210-machine.c +++ b/tests/qtest/libqos/arm-smdkc210-machine.c diff --git a/tests/libqos/arm-virt-machine.c b/tests/qtest/libqos/arm-virt-machine.c index 96ffe3ee5c..96ffe3ee5c 100644 --- a/tests/libqos/arm-virt-machine.c +++ b/tests/qtest/libqos/arm-virt-machine.c diff --git a/tests/libqos/arm-xilinx-zynq-a9-machine.c b/tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c index 5bc95f2e73..5bc95f2e73 100644 --- a/tests/libqos/arm-xilinx-zynq-a9-machine.c +++ b/tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c diff --git a/tests/libqos/e1000e.c b/tests/qtest/libqos/e1000e.c index 560e7a2bb2..560e7a2bb2 100644 --- a/tests/libqos/e1000e.c +++ b/tests/qtest/libqos/e1000e.c diff --git a/tests/libqos/e1000e.h b/tests/qtest/libqos/e1000e.h index dc4ab10f58..dc4ab10f58 100644 --- a/tests/libqos/e1000e.h +++ b/tests/qtest/libqos/e1000e.h diff --git a/tests/libqos/fw_cfg.c b/tests/qtest/libqos/fw_cfg.c index 1f46258f96..1f46258f96 100644 --- a/tests/libqos/fw_cfg.c +++ b/tests/qtest/libqos/fw_cfg.c diff --git a/tests/libqos/fw_cfg.h b/tests/qtest/libqos/fw_cfg.h index 13325cc4ff..13325cc4ff 100644 --- a/tests/libqos/fw_cfg.h +++ b/tests/qtest/libqos/fw_cfg.h diff --git a/tests/libqos/i2c-imx.c b/tests/qtest/libqos/i2c-imx.c index f33ece55a3..f33ece55a3 100644 --- a/tests/libqos/i2c-imx.c +++ b/tests/qtest/libqos/i2c-imx.c diff --git a/tests/libqos/i2c-omap.c b/tests/qtest/libqos/i2c-omap.c index 9ae8214fa8..9ae8214fa8 100644 --- a/tests/libqos/i2c-omap.c +++ b/tests/qtest/libqos/i2c-omap.c diff --git a/tests/libqos/i2c.c b/tests/qtest/libqos/i2c.c index 156114e745..156114e745 100644 --- a/tests/libqos/i2c.c +++ b/tests/qtest/libqos/i2c.c diff --git a/tests/libqos/i2c.h b/tests/qtest/libqos/i2c.h index 945b65b34c..945b65b34c 100644 --- a/tests/libqos/i2c.h +++ b/tests/qtest/libqos/i2c.h diff --git a/tests/libqos/libqos-pc.c b/tests/qtest/libqos/libqos-pc.c index d04abc548b..d04abc548b 100644 --- a/tests/libqos/libqos-pc.c +++ b/tests/qtest/libqos/libqos-pc.c diff --git a/tests/libqos/libqos-pc.h b/tests/qtest/libqos/libqos-pc.h index a0e4c45516..a0e4c45516 100644 --- a/tests/libqos/libqos-pc.h +++ b/tests/qtest/libqos/libqos-pc.h diff --git a/tests/libqos/libqos-spapr.c b/tests/qtest/libqos/libqos-spapr.c index 8766d543ce..8766d543ce 100644 --- a/tests/libqos/libqos-spapr.c +++ b/tests/qtest/libqos/libqos-spapr.c diff --git a/tests/libqos/libqos-spapr.h b/tests/qtest/libqos/libqos-spapr.h index dcb5c43ad3..dcb5c43ad3 100644 --- a/tests/libqos/libqos-spapr.h +++ b/tests/qtest/libqos/libqos-spapr.h diff --git a/tests/libqos/libqos.c b/tests/qtest/libqos/libqos.c index f229eb2cb8..f229eb2cb8 100644 --- a/tests/libqos/libqos.c +++ b/tests/qtest/libqos/libqos.c diff --git a/tests/libqos/libqos.h b/tests/qtest/libqos/libqos.h index 8e971c25a3..8e971c25a3 100644 --- a/tests/libqos/libqos.h +++ b/tests/qtest/libqos/libqos.h diff --git a/tests/libqos/malloc-pc.c b/tests/qtest/libqos/malloc-pc.c index 6f92ce4135..6f92ce4135 100644 --- a/tests/libqos/malloc-pc.c +++ b/tests/qtest/libqos/malloc-pc.c diff --git a/tests/libqos/malloc-pc.h b/tests/qtest/libqos/malloc-pc.h index 21e75ae004..21e75ae004 100644 --- a/tests/libqos/malloc-pc.h +++ b/tests/qtest/libqos/malloc-pc.h diff --git a/tests/libqos/malloc-spapr.c b/tests/qtest/libqos/malloc-spapr.c index 2a6b7e3776..2a6b7e3776 100644 --- a/tests/libqos/malloc-spapr.c +++ b/tests/qtest/libqos/malloc-spapr.c diff --git a/tests/libqos/malloc-spapr.h b/tests/qtest/libqos/malloc-spapr.h index e5fe9bfc4b..e5fe9bfc4b 100644 --- a/tests/libqos/malloc-spapr.h +++ b/tests/qtest/libqos/malloc-spapr.h diff --git a/tests/libqos/malloc.c b/tests/qtest/libqos/malloc.c index 615422a5c4..615422a5c4 100644 --- a/tests/libqos/malloc.c +++ b/tests/qtest/libqos/malloc.c diff --git a/tests/libqos/malloc.h b/tests/qtest/libqos/malloc.h index 4d1a2e2bef..4d1a2e2bef 100644 --- a/tests/libqos/malloc.h +++ b/tests/qtest/libqos/malloc.h diff --git a/tests/libqos/pci-pc.c b/tests/qtest/libqos/pci-pc.c index 0bc591d1da..0bc591d1da 100644 --- a/tests/libqos/pci-pc.c +++ b/tests/qtest/libqos/pci-pc.c diff --git a/tests/libqos/pci-pc.h b/tests/qtest/libqos/pci-pc.h index 4690005232..4690005232 100644 --- a/tests/libqos/pci-pc.h +++ b/tests/qtest/libqos/pci-pc.h diff --git a/tests/libqos/pci-spapr.c b/tests/qtest/libqos/pci-spapr.c index d6f8c01cb7..d6f8c01cb7 100644 --- a/tests/libqos/pci-spapr.c +++ b/tests/qtest/libqos/pci-spapr.c diff --git a/tests/libqos/pci-spapr.h b/tests/qtest/libqos/pci-spapr.h index d9e25631c6..d9e25631c6 100644 --- a/tests/libqos/pci-spapr.h +++ b/tests/qtest/libqos/pci-spapr.h diff --git a/tests/libqos/pci.c b/tests/qtest/libqos/pci.c index 2309a724e4..2309a724e4 100644 --- a/tests/libqos/pci.c +++ b/tests/qtest/libqos/pci.c diff --git a/tests/libqos/pci.h b/tests/qtest/libqos/pci.h index 590c175190..590c175190 100644 --- a/tests/libqos/pci.h +++ b/tests/qtest/libqos/pci.h diff --git a/tests/libqos/ppc64_pseries-machine.c b/tests/qtest/libqos/ppc64_pseries-machine.c index 867f27a3c8..867f27a3c8 100644 --- a/tests/libqos/ppc64_pseries-machine.c +++ b/tests/qtest/libqos/ppc64_pseries-machine.c diff --git a/tests/libqos/qgraph.c b/tests/qtest/libqos/qgraph.c index 7a7ae2a19e..7a7ae2a19e 100644 --- a/tests/libqos/qgraph.c +++ b/tests/qtest/libqos/qgraph.c diff --git a/tests/libqos/qgraph.h b/tests/qtest/libqos/qgraph.h index 3a25dda4b2..3a25dda4b2 100644 --- a/tests/libqos/qgraph.h +++ b/tests/qtest/libqos/qgraph.h diff --git a/tests/libqos/qgraph_internal.h b/tests/qtest/libqos/qgraph_internal.h index f4734c8681..f4734c8681 100644 --- a/tests/libqos/qgraph_internal.h +++ b/tests/qtest/libqos/qgraph_internal.h diff --git a/tests/libqos/rtas.c b/tests/qtest/libqos/rtas.c index d81ff4274d..d81ff4274d 100644 --- a/tests/libqos/rtas.c +++ b/tests/qtest/libqos/rtas.c diff --git a/tests/libqos/rtas.h b/tests/qtest/libqos/rtas.h index 459e23aaf4..459e23aaf4 100644 --- a/tests/libqos/rtas.h +++ b/tests/qtest/libqos/rtas.h diff --git a/tests/libqos/sdhci.c b/tests/qtest/libqos/sdhci.c index 309794bc52..309794bc52 100644 --- a/tests/libqos/sdhci.c +++ b/tests/qtest/libqos/sdhci.c diff --git a/tests/libqos/sdhci.h b/tests/qtest/libqos/sdhci.h index a88b45ae9d..a88b45ae9d 100644 --- a/tests/libqos/sdhci.h +++ b/tests/qtest/libqos/sdhci.h diff --git a/tests/libqos/tpci200.c b/tests/qtest/libqos/tpci200.c index ae590a456e..ae590a456e 100644 --- a/tests/libqos/tpci200.c +++ b/tests/qtest/libqos/tpci200.c diff --git a/tests/libqos/usb.c b/tests/qtest/libqos/usb.c index d7a9cb3c72..d7a9cb3c72 100644 --- a/tests/libqos/usb.c +++ b/tests/qtest/libqos/usb.c diff --git a/tests/libqos/usb.h b/tests/qtest/libqos/usb.h index eeced39a2f..eeced39a2f 100644 --- a/tests/libqos/usb.h +++ b/tests/qtest/libqos/usb.h diff --git a/tests/libqos/virtio-9p.c b/tests/qtest/libqos/virtio-9p.c index 77dbfb62ad..77dbfb62ad 100644 --- a/tests/libqos/virtio-9p.c +++ b/tests/qtest/libqos/virtio-9p.c diff --git a/tests/libqos/virtio-9p.h b/tests/qtest/libqos/virtio-9p.h index b54e89b3a1..b54e89b3a1 100644 --- a/tests/libqos/virtio-9p.h +++ b/tests/qtest/libqos/virtio-9p.h diff --git a/tests/libqos/virtio-balloon.c b/tests/qtest/libqos/virtio-balloon.c index 42a4c5831e..42a4c5831e 100644 --- a/tests/libqos/virtio-balloon.c +++ b/tests/qtest/libqos/virtio-balloon.c diff --git a/tests/libqos/virtio-balloon.h b/tests/qtest/libqos/virtio-balloon.h index 52661cc87d..52661cc87d 100644 --- a/tests/libqos/virtio-balloon.h +++ b/tests/qtest/libqos/virtio-balloon.h diff --git a/tests/libqos/virtio-blk.c b/tests/qtest/libqos/virtio-blk.c index 726e93c5c1..726e93c5c1 100644 --- a/tests/libqos/virtio-blk.c +++ b/tests/qtest/libqos/virtio-blk.c diff --git a/tests/libqos/virtio-blk.h b/tests/qtest/libqos/virtio-blk.h index c05adc659d..c05adc659d 100644 --- a/tests/libqos/virtio-blk.h +++ b/tests/qtest/libqos/virtio-blk.h diff --git a/tests/libqos/virtio-mmio.c b/tests/qtest/libqos/virtio-mmio.c index e0a2bd7bc6..e0a2bd7bc6 100644 --- a/tests/libqos/virtio-mmio.c +++ b/tests/qtest/libqos/virtio-mmio.c diff --git a/tests/libqos/virtio-mmio.h b/tests/qtest/libqos/virtio-mmio.h index 0e45778b07..0e45778b07 100644 --- a/tests/libqos/virtio-mmio.h +++ b/tests/qtest/libqos/virtio-mmio.h diff --git a/tests/libqos/virtio-net.c b/tests/qtest/libqos/virtio-net.c index 710d440c3d..710d440c3d 100644 --- a/tests/libqos/virtio-net.c +++ b/tests/qtest/libqos/virtio-net.c diff --git a/tests/libqos/virtio-net.h b/tests/qtest/libqos/virtio-net.h index 855c67d00f..855c67d00f 100644 --- a/tests/libqos/virtio-net.h +++ b/tests/qtest/libqos/virtio-net.h diff --git a/tests/libqos/virtio-pci-modern.c b/tests/qtest/libqos/virtio-pci-modern.c index 18d118866f..18d118866f 100644 --- a/tests/libqos/virtio-pci-modern.c +++ b/tests/qtest/libqos/virtio-pci-modern.c diff --git a/tests/libqos/virtio-pci-modern.h b/tests/qtest/libqos/virtio-pci-modern.h index 6bf2b207c3..6bf2b207c3 100644 --- a/tests/libqos/virtio-pci-modern.h +++ b/tests/qtest/libqos/virtio-pci-modern.h diff --git a/tests/libqos/virtio-pci.c b/tests/qtest/libqos/virtio-pci.c index 62851c29bb..62851c29bb 100644 --- a/tests/libqos/virtio-pci.c +++ b/tests/qtest/libqos/virtio-pci.c diff --git a/tests/libqos/virtio-pci.h b/tests/qtest/libqos/virtio-pci.h index 294d5567ee..294d5567ee 100644 --- a/tests/libqos/virtio-pci.h +++ b/tests/qtest/libqos/virtio-pci.h diff --git a/tests/libqos/virtio-rng.c b/tests/qtest/libqos/virtio-rng.c index b86349e2fd..b86349e2fd 100644 --- a/tests/libqos/virtio-rng.c +++ b/tests/qtest/libqos/virtio-rng.c diff --git a/tests/libqos/virtio-rng.h b/tests/qtest/libqos/virtio-rng.h index 9e192f11f7..9e192f11f7 100644 --- a/tests/libqos/virtio-rng.h +++ b/tests/qtest/libqos/virtio-rng.h diff --git a/tests/libqos/virtio-scsi.c b/tests/qtest/libqos/virtio-scsi.c index de739bec5f..de739bec5f 100644 --- a/tests/libqos/virtio-scsi.c +++ b/tests/qtest/libqos/virtio-scsi.c diff --git a/tests/libqos/virtio-scsi.h b/tests/qtest/libqos/virtio-scsi.h index 4ca19a6a7a..4ca19a6a7a 100644 --- a/tests/libqos/virtio-scsi.h +++ b/tests/qtest/libqos/virtio-scsi.h diff --git a/tests/libqos/virtio-serial.c b/tests/qtest/libqos/virtio-serial.c index 3e5b8b82c7..3e5b8b82c7 100644 --- a/tests/libqos/virtio-serial.c +++ b/tests/qtest/libqos/virtio-serial.c diff --git a/tests/libqos/virtio-serial.h b/tests/qtest/libqos/virtio-serial.h index 080fa8428d..080fa8428d 100644 --- a/tests/libqos/virtio-serial.h +++ b/tests/qtest/libqos/virtio-serial.h diff --git a/tests/libqos/virtio.c b/tests/qtest/libqos/virtio.c index 9aa360620c..9aa360620c 100644 --- a/tests/libqos/virtio.c +++ b/tests/qtest/libqos/virtio.c diff --git a/tests/libqos/virtio.h b/tests/qtest/libqos/virtio.h index 529ef7555a..529ef7555a 100644 --- a/tests/libqos/virtio.h +++ b/tests/qtest/libqos/virtio.h diff --git a/tests/libqos/x86_64_pc-machine.c b/tests/qtest/libqos/x86_64_pc-machine.c index 6dfa705217..6dfa705217 100644 --- a/tests/libqos/x86_64_pc-machine.c +++ b/tests/qtest/libqos/x86_64_pc-machine.c diff --git a/tests/libqtest-single.h b/tests/qtest/libqtest-single.h index 6f1bb1331c..6f1bb1331c 100644 --- a/tests/libqtest-single.h +++ b/tests/qtest/libqtest-single.h diff --git a/tests/libqtest.c b/tests/qtest/libqtest.c index 76c9f8eade..76c9f8eade 100644 --- a/tests/libqtest.c +++ b/tests/qtest/libqtest.c diff --git a/tests/libqtest.h b/tests/qtest/libqtest.h index c9e21e05b3..c9e21e05b3 100644 --- a/tests/libqtest.h +++ b/tests/qtest/libqtest.h diff --git a/tests/m25p80-test.c b/tests/qtest/m25p80-test.c index 50c6b79fb3..50c6b79fb3 100644 --- a/tests/m25p80-test.c +++ b/tests/qtest/m25p80-test.c diff --git a/tests/m48t59-test.c b/tests/qtest/m48t59-test.c index b94a1230f7..b94a1230f7 100644 --- a/tests/m48t59-test.c +++ b/tests/qtest/m48t59-test.c diff --git a/tests/machine-none-test.c b/tests/qtest/machine-none-test.c index 5953d31755..5953d31755 100644 --- a/tests/machine-none-test.c +++ b/tests/qtest/machine-none-test.c diff --git a/tests/megasas-test.c b/tests/qtest/megasas-test.c index d6796b9bd7..d6796b9bd7 100644 --- a/tests/megasas-test.c +++ b/tests/qtest/megasas-test.c diff --git a/tests/microbit-test.c b/tests/qtest/microbit-test.c index 04e199ec33..04e199ec33 100644 --- a/tests/microbit-test.c +++ b/tests/qtest/microbit-test.c diff --git a/tests/migration-helpers.c b/tests/qtest/migration-helpers.c index 516093b39a..516093b39a 100644 --- a/tests/migration-helpers.c +++ b/tests/qtest/migration-helpers.c diff --git a/tests/migration-helpers.h b/tests/qtest/migration-helpers.h index a11808b3b7..a11808b3b7 100644 --- a/tests/migration-helpers.h +++ b/tests/qtest/migration-helpers.h diff --git a/tests/migration-test.c b/tests/qtest/migration-test.c index 53afec4395..53afec4395 100644 --- a/tests/migration-test.c +++ b/tests/qtest/migration-test.c diff --git a/tests/modules-test.c b/tests/qtest/modules-test.c index 88217686e1..88217686e1 100644 --- a/tests/modules-test.c +++ b/tests/qtest/modules-test.c diff --git a/tests/ne2000-test.c b/tests/qtest/ne2000-test.c index 3fc0e555d5..3fc0e555d5 100644 --- a/tests/ne2000-test.c +++ b/tests/qtest/ne2000-test.c diff --git a/tests/numa-test.c b/tests/qtest/numa-test.c index 17dd807d2a..17dd807d2a 100644 --- a/tests/numa-test.c +++ b/tests/qtest/numa-test.c diff --git a/tests/nvme-test.c b/tests/qtest/nvme-test.c index ff0442150c..ff0442150c 100644 --- a/tests/nvme-test.c +++ b/tests/qtest/nvme-test.c diff --git a/tests/pca9552-test.c b/tests/qtest/pca9552-test.c index 4b800d3c3e..4b800d3c3e 100644 --- a/tests/pca9552-test.c +++ b/tests/qtest/pca9552-test.c diff --git a/tests/pci-test.c b/tests/qtest/pci-test.c index 4b2092b949..4b2092b949 100644 --- a/tests/pci-test.c +++ b/tests/qtest/pci-test.c diff --git a/tests/pcnet-test.c b/tests/qtest/pcnet-test.c index 900944fa7e..900944fa7e 100644 --- a/tests/pcnet-test.c +++ b/tests/qtest/pcnet-test.c diff --git a/tests/pflash-cfi02-test.c b/tests/qtest/pflash-cfi02-test.c index 17aa669b2e..17aa669b2e 100644 --- a/tests/pflash-cfi02-test.c +++ b/tests/qtest/pflash-cfi02-test.c diff --git a/tests/pnv-xscom-test.c b/tests/qtest/pnv-xscom-test.c index 2c46d5cf6d..2c46d5cf6d 100644 --- a/tests/pnv-xscom-test.c +++ b/tests/qtest/pnv-xscom-test.c diff --git a/tests/prom-env-test.c b/tests/qtest/prom-env-test.c index 9be52c766f..9be52c766f 100644 --- a/tests/prom-env-test.c +++ b/tests/qtest/prom-env-test.c diff --git a/tests/pvpanic-test.c b/tests/qtest/pvpanic-test.c index ff9176adf3..ff9176adf3 100644 --- a/tests/pvpanic-test.c +++ b/tests/qtest/pvpanic-test.c diff --git a/tests/pxe-test.c b/tests/qtest/pxe-test.c index f68d0aadbb..f68d0aadbb 100644 --- a/tests/pxe-test.c +++ b/tests/qtest/pxe-test.c diff --git a/tests/q35-test.c b/tests/qtest/q35-test.c index a68183d513..a68183d513 100644 --- a/tests/q35-test.c +++ b/tests/qtest/q35-test.c diff --git a/tests/qmp-cmd-test.c b/tests/qtest/qmp-cmd-test.c index 9f5228cd99..9f5228cd99 100644 --- a/tests/qmp-cmd-test.c +++ b/tests/qtest/qmp-cmd-test.c diff --git a/tests/qmp-test.c b/tests/qtest/qmp-test.c index 1b0eb69832..1b0eb69832 100644 --- a/tests/qmp-test.c +++ b/tests/qtest/qmp-test.c diff --git a/tests/qom-test.c b/tests/qtest/qom-test.c index 4f94cc678c..4f94cc678c 100644 --- a/tests/qom-test.c +++ b/tests/qtest/qom-test.c diff --git a/tests/qos-test.c b/tests/qtest/qos-test.c index fd70d73ea5..fd70d73ea5 100644 --- a/tests/qos-test.c +++ b/tests/qtest/qos-test.c diff --git a/tests/rtas-test.c b/tests/qtest/rtas-test.c index 167b42db38..167b42db38 100644 --- a/tests/rtas-test.c +++ b/tests/qtest/rtas-test.c diff --git a/tests/rtc-test.c b/tests/qtest/rtc-test.c index c7af34f6b1..c7af34f6b1 100644 --- a/tests/rtc-test.c +++ b/tests/qtest/rtc-test.c diff --git a/tests/rtl8139-test.c b/tests/qtest/rtl8139-test.c index 4506049264..4506049264 100644 --- a/tests/rtl8139-test.c +++ b/tests/qtest/rtl8139-test.c diff --git a/tests/sdhci-test.c b/tests/qtest/sdhci-test.c index 6275e7626c..6275e7626c 100644 --- a/tests/sdhci-test.c +++ b/tests/qtest/sdhci-test.c diff --git a/tests/spapr-phb-test.c b/tests/qtest/spapr-phb-test.c index 093dc22f2f..093dc22f2f 100644 --- a/tests/spapr-phb-test.c +++ b/tests/qtest/spapr-phb-test.c diff --git a/tests/tco-test.c b/tests/qtest/tco-test.c index 254f735370..254f735370 100644 --- a/tests/tco-test.c +++ b/tests/qtest/tco-test.c diff --git a/tests/test-arm-mptimer.c b/tests/qtest/test-arm-mptimer.c index 7a56d56da9..7a56d56da9 100644 --- a/tests/test-arm-mptimer.c +++ b/tests/qtest/test-arm-mptimer.c diff --git a/tests/test-filter-mirror.c b/tests/qtest/test-filter-mirror.c index 1e3ced84a9..1e3ced84a9 100644 --- a/tests/test-filter-mirror.c +++ b/tests/qtest/test-filter-mirror.c diff --git a/tests/test-filter-redirector.c b/tests/qtest/test-filter-redirector.c index e4d53220fd..e4d53220fd 100644 --- a/tests/test-filter-redirector.c +++ b/tests/qtest/test-filter-redirector.c diff --git a/tests/test-hmp.c b/tests/qtest/test-hmp.c index 5029c4d2c9..5029c4d2c9 100644 --- a/tests/test-hmp.c +++ b/tests/qtest/test-hmp.c diff --git a/tests/test-netfilter.c b/tests/qtest/test-netfilter.c index 22927ee6ab..22927ee6ab 100644 --- a/tests/test-netfilter.c +++ b/tests/qtest/test-netfilter.c diff --git a/tests/test-x86-cpuid-compat.c b/tests/qtest/test-x86-cpuid-compat.c index 772287bdb4..772287bdb4 100644 --- a/tests/test-x86-cpuid-compat.c +++ b/tests/qtest/test-x86-cpuid-compat.c diff --git a/tests/tmp105-test.c b/tests/qtest/tmp105-test.c index f930a96b83..f930a96b83 100644 --- a/tests/tmp105-test.c +++ b/tests/qtest/tmp105-test.c diff --git a/tests/tpm-crb-swtpm-test.c b/tests/qtest/tpm-crb-swtpm-test.c index 2c4fb8ae29..2c4fb8ae29 100644 --- a/tests/tpm-crb-swtpm-test.c +++ b/tests/qtest/tpm-crb-swtpm-test.c diff --git a/tests/tpm-crb-test.c b/tests/qtest/tpm-crb-test.c index 632fb7fbd8..632fb7fbd8 100644 --- a/tests/tpm-crb-test.c +++ b/tests/qtest/tpm-crb-test.c diff --git a/tests/tpm-emu.c b/tests/qtest/tpm-emu.c index c43ac4aef8..c43ac4aef8 100644 --- a/tests/tpm-emu.c +++ b/tests/qtest/tpm-emu.c diff --git a/tests/tpm-emu.h b/tests/qtest/tpm-emu.h index a4f1d64226..a4f1d64226 100644 --- a/tests/tpm-emu.h +++ b/tests/qtest/tpm-emu.h diff --git a/tests/tpm-tests.c b/tests/qtest/tpm-tests.c index 6e45a0ba85..6e45a0ba85 100644 --- a/tests/tpm-tests.c +++ b/tests/qtest/tpm-tests.c diff --git a/tests/tpm-tests.h b/tests/qtest/tpm-tests.h index b97688fe75..b97688fe75 100644 --- a/tests/tpm-tests.h +++ b/tests/qtest/tpm-tests.h diff --git a/tests/tpm-tis-swtpm-test.c b/tests/qtest/tpm-tis-swtpm-test.c index 9f58a3a92b..9f58a3a92b 100644 --- a/tests/tpm-tis-swtpm-test.c +++ b/tests/qtest/tpm-tis-swtpm-test.c diff --git a/tests/tpm-tis-test.c b/tests/qtest/tpm-tis-test.c index dcf30e05b7..dcf30e05b7 100644 --- a/tests/tpm-tis-test.c +++ b/tests/qtest/tpm-tis-test.c diff --git a/tests/tpm-util.c b/tests/qtest/tpm-util.c index e08b137651..e08b137651 100644 --- a/tests/tpm-util.c +++ b/tests/qtest/tpm-util.c diff --git a/tests/tpm-util.h b/tests/qtest/tpm-util.h index 5755698ad2..5755698ad2 100644 --- a/tests/tpm-util.h +++ b/tests/qtest/tpm-util.h diff --git a/tests/usb-hcd-ehci-test.c b/tests/qtest/usb-hcd-ehci-test.c index 5251d539e9..5251d539e9 100644 --- a/tests/usb-hcd-ehci-test.c +++ b/tests/qtest/usb-hcd-ehci-test.c diff --git a/tests/usb-hcd-ohci-test.c b/tests/qtest/usb-hcd-ohci-test.c index 19d760f3fb..19d760f3fb 100644 --- a/tests/usb-hcd-ohci-test.c +++ b/tests/qtest/usb-hcd-ohci-test.c diff --git a/tests/usb-hcd-uhci-test.c b/tests/qtest/usb-hcd-uhci-test.c index 7a117b64d9..7a117b64d9 100644 --- a/tests/usb-hcd-uhci-test.c +++ b/tests/qtest/usb-hcd-uhci-test.c diff --git a/tests/usb-hcd-xhci-test.c b/tests/qtest/usb-hcd-xhci-test.c index 10ef9d2a91..10ef9d2a91 100644 --- a/tests/usb-hcd-xhci-test.c +++ b/tests/qtest/usb-hcd-xhci-test.c diff --git a/tests/vhost-user-test.c b/tests/qtest/vhost-user-test.c index 2324b964ad..2324b964ad 100644 --- a/tests/vhost-user-test.c +++ b/tests/qtest/vhost-user-test.c diff --git a/tests/virtio-9p-test.c b/tests/qtest/virtio-9p-test.c index e7b58e3a0c..e7b58e3a0c 100644 --- a/tests/virtio-9p-test.c +++ b/tests/qtest/virtio-9p-test.c diff --git a/tests/virtio-blk-test.c b/tests/qtest/virtio-blk-test.c index 2a23698211..2a23698211 100644 --- a/tests/virtio-blk-test.c +++ b/tests/qtest/virtio-blk-test.c diff --git a/tests/virtio-ccw-test.c b/tests/qtest/virtio-ccw-test.c index d05236407b..d05236407b 100644 --- a/tests/virtio-ccw-test.c +++ b/tests/qtest/virtio-ccw-test.c diff --git a/tests/virtio-net-test.c b/tests/qtest/virtio-net-test.c index a08e2ffe12..a08e2ffe12 100644 --- a/tests/virtio-net-test.c +++ b/tests/qtest/virtio-net-test.c diff --git a/tests/virtio-rng-test.c b/tests/qtest/virtio-rng-test.c index 092ba13068..092ba13068 100644 --- a/tests/virtio-rng-test.c +++ b/tests/qtest/virtio-rng-test.c diff --git a/tests/virtio-scsi-test.c b/tests/qtest/virtio-scsi-test.c index 0415e75876..0415e75876 100644 --- a/tests/virtio-scsi-test.c +++ b/tests/qtest/virtio-scsi-test.c diff --git a/tests/virtio-serial-test.c b/tests/qtest/virtio-serial-test.c index 2541034822..2541034822 100644 --- a/tests/virtio-serial-test.c +++ b/tests/qtest/virtio-serial-test.c diff --git a/tests/virtio-test.c b/tests/qtest/virtio-test.c index f7c6afdcf1..f7c6afdcf1 100644 --- a/tests/virtio-test.c +++ b/tests/qtest/virtio-test.c diff --git a/tests/vmgenid-test.c b/tests/qtest/vmgenid-test.c index efba76e716..efba76e716 100644 --- a/tests/vmgenid-test.c +++ b/tests/qtest/vmgenid-test.c diff --git a/tests/vmxnet3-test.c b/tests/qtest/vmxnet3-test.c index a81025252c..a81025252c 100644 --- a/tests/vmxnet3-test.c +++ b/tests/qtest/vmxnet3-test.c diff --git a/tests/wdt_ib700-test.c b/tests/qtest/wdt_ib700-test.c index 797288d939..797288d939 100644 --- a/tests/wdt_ib700-test.c +++ b/tests/qtest/wdt_ib700-test.c |