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

2021-10-19 Thread Eric Auger
Hi Jean, On 10/14/21 2:11 PM, Jean-Philippe Brucker wrote: > Hi Eric, > > On Thu, Oct 14, 2021 at 04:34:05AM -0400, 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 >> Acked-by: Tho

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

2021-10-15 Thread Eric Auger
Hi Jean, On 10/14/21 2:11 PM, Jean-Philippe Brucker wrote: > Hi Eric, > > On Thu, Oct 14, 2021 at 04:34:05AM -0400, 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 >> Acked-by: Tho

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

2021-10-14 Thread Jean-Philippe Brucker
Hi Eric, On Thu, Oct 14, 2021 at 04:34:05AM -0400, 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 > Acked-by: Thomas Huth > > --- > > This applies on top of jean-Philippe's > [PAT

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

2021-10-14 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 Acked-by: Thomas Huth --- This applies on top of jean-Philippe's [PATCH v4 00/11] virtio-iommu: Add ACPI support branch can be found at: https://github.com/eau