Re: [PATCH v2 2/8] hw/acpi: Add VIOT table

2021-09-08 Thread Jean-Philippe Brucker
On Mon, Sep 06, 2021 at 02:58:55PM +0200, Eric Auger wrote: > Hi Jean, > > On 9/3/21 4:32 PM, Jean-Philippe Brucker wrote: > > Add a function that generates a Virtual I/O Translation table (VIOT), > > describing the topology of paravirtual IOMMUs. The table is created when > > instantiating a

Re: [PATCH v2 2/8] hw/acpi: Add VIOT table

2021-09-06 Thread Eric Auger
Hi Jean, On 9/3/21 4:32 PM, Jean-Philippe Brucker wrote: > Add a function that generates a Virtual I/O Translation table (VIOT), > describing the topology of paravirtual IOMMUs. The table is created when > instantiating a virtio-iommu device. It contains a virtio-iommu node and > PCI Range nodes

[PATCH v2 2/8] hw/acpi: Add VIOT table

2021-09-03 Thread Jean-Philippe Brucker
Add a function that generates a Virtual I/O Translation table (VIOT), describing the topology of paravirtual IOMMUs. The table is created when instantiating a virtio-iommu device. It contains a virtio-iommu node and PCI Range nodes for endpoints managed by the IOMMU. By default, a single node