Re: [PATCH v2 0/6] Add support for ACPI VIOT

2021-05-17 Thread Joerg Roedel
Hi Jean-Philippe, On Fri, Apr 23, 2021 at 01:38:31PM +0200, Jean-Philippe Brucker wrote: > Jean-Philippe Brucker (6): > ACPI: arm64: Move DMA setup operations out of IORT > ACPI: Move IOMMU setup code out of IORT > ACPI: Add driver for the VIOT table > iommu/dma: Pass address limit rather

Re: [PATCH v2 0/6] Add support for ACPI VIOT

2021-05-14 Thread Michael S. Tsirkin
On Fri, Apr 23, 2021 at 01:38:31PM +0200, Jean-Philippe Brucker wrote: > Add a driver for the ACPI VIOT table, which provides topology > information for para-virtual platforms. Enable virtio-iommu on > non-devicetree platforms, including x86. Acked-by: Michael S. Tsirkin Mostly ACPI stuff so I a

[PATCH v2 0/6] Add support for ACPI VIOT

2021-04-23 Thread Jean-Philippe Brucker
Add a driver for the ACPI VIOT table, which provides topology information for para-virtual platforms. Enable virtio-iommu on non-devicetree platforms, including x86. Since v1 [1]: * The VIOT header definitions have been picked for v5.13 * Share more code with IORT. Patches 1 and 2 extract the comm