Re: [PATCH for-5.0 v11 19/20] pc: Add support for virtio-iommu-pci

2020-01-09 Thread Auger Eric
Hi Michael, On 1/9/20 1:02 PM, Michael S. Tsirkin wrote: > On Fri, Nov 22, 2019 at 07:29:42PM +0100, Eric Auger wrote: >> The virtio-iommu-pci is instantiated through the -device QEMU >> option. However if instantiated it also requires an IORT ACPI table >> to describe the ID mappings between the

Re: [PATCH for-5.0 v11 19/20] pc: Add support for virtio-iommu-pci

2020-01-09 Thread Michael S. Tsirkin
On Fri, Nov 22, 2019 at 07:29:42PM +0100, Eric Auger wrote: > The virtio-iommu-pci is instantiated through the -device QEMU > option. However if instantiated it also requires an IORT ACPI table > to describe the ID mappings between the root complex and the iommu. > > This patch adds the generation

Re: [PATCH for-5.0 v11 19/20] pc: Add support for virtio-iommu-pci

2019-12-23 Thread Auger Eric
Hi Jean, On 12/10/19 5:50 PM, Jean-Philippe Brucker wrote: > On Fri, Nov 22, 2019 at 07:29:42PM +0100, Eric Auger wrote: >> The virtio-iommu-pci is instantiated through the -device QEMU >> option. However if instantiated it also requires an IORT ACPI table >> to describe the ID mappings between th

Re: [PATCH for-5.0 v11 19/20] pc: Add support for virtio-iommu-pci

2019-12-10 Thread Jean-Philippe Brucker
On Fri, Nov 22, 2019 at 07:29:42PM +0100, Eric Auger wrote: > The virtio-iommu-pci is instantiated through the -device QEMU > option. However if instantiated it also requires an IORT ACPI table > to describe the ID mappings between the root complex and the iommu. > > This patch adds the generation

[PATCH for-5.0 v11 19/20] pc: Add support for virtio-iommu-pci

2019-11-22 Thread Eric Auger
The virtio-iommu-pci is instantiated through the -device QEMU option. However if instantiated it also requires an IORT ACPI table to describe the ID mappings between the root complex and the iommu. This patch adds the generation of the IORT table if the virtio-iommu-pci device is instantiated. We