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

2021-10-14 Thread Eric Auger
Hi Thomas, On 10/14/21 7:58 AM, Thomas Huth wrote: > On 13/10/2021 21.50, 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 >> >> --- > ... >> +/** >> + * send_map - Send a map comma

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

2021-10-13 Thread Thomas Huth
On 13/10/2021 21.50, 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 --- ... +/** + * send_map - Send a map command to the device + * @domain: domain the new binding is attached to + * @v

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

2021-10-13 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 --- 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/eauger/qemu.git branch qte