]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
avocado_qemu: Add SMMUv3 tests
authorEric Auger <eric.auger@redhat.com>
Tue, 6 Jul 2021 13:17:28 +0000 (15:17 +0200)
committerCleber Rosa <crosa@redhat.com>
Tue, 13 Jul 2021 17:18:50 +0000 (13:18 -0400)
commit6ace9b4e5e78f5d4fac1e5b63264945a5373afd5
treef00fb8c2fba07496c71a57b716032174470bbb07
parentc839d305b90d04643c21b30b8cd1828a9e995163
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>
MAINTAINERS
tests/acceptance/smmu.py [new file with mode: 0644]