diff options
author | Eric Auger <eric.auger@redhat.com> | 2021-11-27 08:29:10 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2021-12-15 08:08:59 +0100 |
commit | becf88730b86c94137cad20c98ef3b8d24559b9b (patch) | |
tree | 55307d83c04adebf2202c64be9752e090226e4c9 /tests/qtest/meson.build | |
parent | 6b77ae0531d1a70a87c08408f6c9cd3389439686 (diff) | |
download | qemu-becf88730b86c94137cad20c98ef3b8d24559b9b.zip qemu-becf88730b86c94137cad20c98ef3b8d24559b9b.tar.gz qemu-becf88730b86c94137cad20c98ef3b8d24559b9b.tar.bz2 |
tests: qtest: Add virtio-iommu test
Add the framework to test the virtio-iommu-pci device
and tests exercising the attach/detach, map/unmap API.
Signed-off-by: Eric Auger <eric.auger@redhat.com>
Tested-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
Reviewed-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
Acked-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20211127072910.1261824-5-eric.auger@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/qtest/meson.build')
-rw-r--r-- | tests/qtest/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 9ff3eaf..acc7de5 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -234,6 +234,7 @@ qos_test_ss.add( 'virtio-rng-test.c', 'virtio-scsi-test.c', 'virtio-serial-test.c', + 'virtio-iommu-test.c', 'vmxnet3-test.c', ) if have_virtfs |