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

2020-06-26 Thread Auger Eric
Hi Markus On 6/26/20 10:53 AM, Markus Armbruster wrote: > Auger Eric writes: > >> Hi Markus, >> On 6/25/20 9:05 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

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

2020-06-26 Thread Markus Armbruster
Auger Eric writes: > Hi Markus, > On 6/25/20 9:05 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 >>>

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

2020-06-26 Thread Auger Eric
Hi Peter, On 6/25/20 12:12 PM, Peter Maydell wrote: > On Thu, 25 Jun 2020 at 08:06, Markus Armbruster wrote: >> $ qemu-system-x86_64 -nodefaults -S -display none -device >> virtio-iommu-pci,len-reserved-regions=1,reserved-regions[0]=0xfee0:0xfeef:99 >> qemu-system-x86_64: -device

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

2020-06-26 Thread Auger Eric
Hi Markus, On 6/25/20 9:05 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 x86

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

2020-06-25 Thread Peter Maydell
On Thu, 25 Jun 2020 at 08:06, Markus Armbruster wrote: > $ qemu-system-x86_64 -nodefaults -S -display none -device > virtio-iommu-pci,len-reserved-regions=1,reserved-regions[0]=0xfee0:0xfeef:99 > qemu-system-x86_64: -device > virtio-iommu-pci,len-reserved-regions=1,reserved-regio

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

2020-06-25 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 v5 2/5] virtio-iommu: Implement RESV_MEM probe request

2020-06-24 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