Re: [PATCH v6 2/5] virtio-iommu: Implement RESV_MEM probe request

2020-06-27 Thread Auger Eric
Hi Markus, On 6/27/20 9:08 AM, Markus Armbruster wrote: > Eric Auger writes: > >> This patch implements the PROBE request. At the moment, >> only THE RESV_MEM property is handled. The first goal is >> to report iommu wide reserved regions such as the MSI regions >> set by the machine code. On x8

Re: [PATCH v6 2/5] virtio-iommu: Implement RESV_MEM probe request

2020-06-27 Thread Markus Armbruster
Eric Auger writes: > This patch implements the PROBE request. At the moment, > only THE RESV_MEM property is handled. The first goal is > to report iommu wide reserved regions such as the MSI regions > set by the machine code. On x86 this will be the IOAPIC MSI > region, [0xFEE0 - 0xFEEF]

[PATCH v6 2/5] virtio-iommu: Implement RESV_MEM probe request

2020-06-26 Thread Eric Auger
This patch implements the PROBE request. At the moment, only THE RESV_MEM property is handled. The first goal is to report iommu wide reserved regions such as the MSI regions set by the machine code. On x86 this will be the IOAPIC MSI region, [0xFEE0 - 0xFEEF], on ARM this may be the ITS do