Re: [PATCH v5 4/4] avocado_qemu: Add Intel iommu tests

2021-07-09 Thread Wainer dos Santos Moschetta
On 7/6/21 10:17 AM, 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 Signed-off-by: Willian Rampazzo Acked-by: Peter Xu --- v4 -> v5: - import cleanup (William) -

[PATCH v5 4/4] avocado_qemu: Add Intel iommu tests

2021-07-06 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 Signed-off-by: Willian Rampazzo Acked-by: Peter Xu --- v4 -> v5: - import cleanup (William) - IntelIOMMU becomes the class name (William