diff options
| author | Emanuele Giuseppe Esposito | 2018-07-18 16:32:49 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2019-03-07 17:28:26 +0100 |
| commit | d18d2b57e7ccb896078fc66e97183a7d0b0c80aa (patch) | |
| tree | 312555958bd69ceb800e6dd852a3d172875b4a12 /tests/Makefile.include | |
| parent | tests/libqos: virtio-mmio driver and interface nodes (diff) | |
| download | qemu-d18d2b57e7ccb896078fc66e97183a7d0b0c80aa.tar.gz qemu-d18d2b57e7ccb896078fc66e97183a7d0b0c80aa.tar.xz qemu-d18d2b57e7ccb896078fc66e97183a7d0b0c80aa.zip | |
tests/libqos: arm/virt machine node
Add arm/virt machine to the graph. This machine contains virtio-mmio, so
its constructor must take care of setting it properly when called.
Signed-off-by: Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/Makefile.include')
| -rw-r--r-- | tests/Makefile.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index c9c6019bc8..4a9e2e40ba 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -757,6 +757,7 @@ qos-test-obj-y += tests/libqos/aarch64-xlnx-zcu102-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 |
