Re: [PATCH v3 3/3] avocado_qemu: Add Intel iommu tests

2021-06-22 Thread Peter Xu
Hi, Eric, On Mon, Jun 21, 2021 at 10:08:24AM +0200, Eric Auger wrote: > Add Intel IOMMU functional tests based on fedora 31. > Different configs are checked: > - strict > - caching mode, strict > - passthrough. > > Signed-off-by: Eric Auger Acked-by: Peter Xu Thanks for adding this test! --

[PATCH v3 3/3] avocado_qemu: Add Intel iommu tests

2021-06-21 Thread Eric Auger
Add Intel IOMMU functional tests based on fedora 31. Different configs are checked: - strict - caching mode, strict - passthrough. Signed-off-by: Eric Auger --- tests/acceptance/intel_iommu.py | 115 1 file changed, 115 insertions(+) create mode 100644