Re: [PATCH v5] tests: qtest: Add virtio-iommu test

2021-11-04 Thread Eric Auger
Hi Thomas, On 11/2/21 2:34 PM, Thomas Huth wrote: > On 01/11/2021 19.48, Eric Auger wrote: >> Add the framework to test the virtio-iommu-pci device >> and tests exercising the attach/detach, map/unmap API. >> >> Signed-off-by: Eric Auger >> Tested-by: Jean-Philippe Brucker >> Reviewed-by: Jean-Ph

Re: [PATCH v5] tests: qtest: Add virtio-iommu test

2021-11-04 Thread Eric Auger
Hi Thomas, On 11/2/21 1:58 PM, Thomas Huth wrote: > On 01/11/2021 19.48, Eric Auger wrote: >> Add the framework to test the virtio-iommu-pci device >> and tests exercising the attach/detach, map/unmap API. >> >> Signed-off-by: Eric Auger >> Tested-by: Jean-Philippe Brucker >> Reviewed-by: Jean-Ph

Re: [PATCH v5] tests: qtest: Add virtio-iommu test

2021-11-02 Thread Thomas Huth
On 01/11/2021 19.48, Eric Auger wrote: Add the framework to test the virtio-iommu-pci device and tests exercising the attach/detach, map/unmap API. Signed-off-by: Eric Auger Tested-by: Jean-Philippe Brucker Reviewed-by: Jean-Philippe Brucker --- v4 -> v5: - remove printf and move a comment

Re: [PATCH v5] tests: qtest: Add virtio-iommu test

2021-11-02 Thread Thomas Huth
On 01/11/2021 19.48, Eric Auger wrote: Add the framework to test the virtio-iommu-pci device and tests exercising the attach/detach, map/unmap API. Signed-off-by: Eric Auger Tested-by: Jean-Philippe Brucker Reviewed-by: Jean-Philippe Brucker --- v4 -> v5: - remove printf and move a comment

[PATCH v5] tests: qtest: Add virtio-iommu test

2021-11-01 Thread Eric Auger
Add the framework to test the virtio-iommu-pci device and tests exercising the attach/detach, map/unmap API. Signed-off-by: Eric Auger Tested-by: Jean-Philippe Brucker Reviewed-by: Jean-Philippe Brucker --- v4 -> v5: - remove printf and move a comment - Added Jean-Philippe's T-b and R-b ---