Re: [PATCH v6 4/5] virtio-iommu-pci: Add array of Interval properties

2020-06-27 Thread Auger Eric
Hi Markus, On 6/27/20 9:03 AM, Markus Armbruster wrote: > Eric Auger writes: > >> The machine may need to pass reserved regions to the >> virtio-iommu-pci device (such as the MSI window on x86 >> or the MSI doorbells on ARM). >> >> So let's add an array of Interval properties. >> >> Note: if som

Re: [PATCH v6 4/5] virtio-iommu-pci: Add array of Interval properties

2020-06-27 Thread Markus Armbruster
Eric Auger writes: > The machine may need to pass reserved regions to the > virtio-iommu-pci device (such as the MSI window on x86 > or the MSI doorbells on ARM). > > So let's add an array of Interval properties. > > Note: if some reserved regions are already set by the > machine code - which sho

[PATCH v6 4/5] virtio-iommu-pci: Add array of Interval properties

2020-06-26 Thread Eric Auger
The machine may need to pass reserved regions to the virtio-iommu-pci device (such as the MSI window on x86 or the MSI doorbells on ARM). So let's add an array of Interval properties. Note: if some reserved regions are already set by the machine code - which should be the case in general -, the l