summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorEric Auger2021-07-06 15:17:28 +0200
committerCleber Rosa2021-07-13 19:18:50 +0200
commit6ace9b4e5e78f5d4fac1e5b63264945a5373afd5 (patch)
treef00fb8c2fba07496c71a57b716032174470bbb07 /MAINTAINERS
parentAcceptance Tests: Add default kernel params and pxeboot url to the KNOWN_DIST... (diff)
downloadqemu-6ace9b4e5e78f5d4fac1e5b63264945a5373afd5.tar.gz
qemu-6ace9b4e5e78f5d4fac1e5b63264945a5373afd5.tar.xz
qemu-6ace9b4e5e78f5d4fac1e5b63264945a5373afd5.zip
avocado_qemu: Add SMMUv3 tests
Add new tests checking the good behavior of the SMMUv3 protecting 2 virtio pci devices (block and net). We check the guest boots and we are able to install a package. Different guest configs are tested: standard, passthrough an strict=0. This is tested with both fedora 31 and 33. The former uses a 5.3 kernel without range invalidation whereas the latter uses a 5.8 kernel that features range invalidation. Signed-off-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Willian Rampazzo <willianr@redhat.com> Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Tested-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Message-Id: <20210706131729.30749-4-eric.auger@redhat.com> [CR: split long lines] [CR: added MAINTAINERS entry] Signed-off-by: Cleber Rosa <crosa@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c340bb02b0..148153d74f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -171,6 +171,7 @@ L: qemu-arm@nongnu.org
S: Maintained
F: hw/arm/smmu*
F: include/hw/arm/smmu*
+F: tests/acceptance/smmu.py
AVR TCG CPUs
M: Michael Rolnik <mrolnik@gmail.com>