Re: [PATCH v2 7/8] pc: Allow instantiating a virtio-iommu device

2021-09-08 Thread Eric Auger
Hi jean, On 9/8/21 11:54 AM, Jean-Philippe Brucker wrote: > On Mon, Sep 06, 2021 at 04:57:39PM +0200, Eric Auger wrote: >> Hi Jean, >> >> On 9/3/21 4:32 PM, Jean-Philippe Brucker wrote: >>> From: Eric Auger >>> >>> Add a hotplug handler for virtio-iommu on x86 and set the necessary >>> reserved r

Re: [PATCH v2 7/8] pc: Allow instantiating a virtio-iommu device

2021-09-08 Thread Jean-Philippe Brucker
On Mon, Sep 06, 2021 at 04:57:39PM +0200, Eric Auger wrote: > Hi Jean, > > On 9/3/21 4:32 PM, Jean-Philippe Brucker wrote: > > From: Eric Auger > > > > Add a hotplug handler for virtio-iommu on x86 and set the necessary > > reserved region property. On x86, the [0xfee0, 0xfeef] DMA > > re

Re: [PATCH v2 7/8] pc: Allow instantiating a virtio-iommu device

2021-09-06 Thread Eric Auger
Hi Jean, On 9/3/21 4:32 PM, Jean-Philippe Brucker wrote: > From: Eric Auger > > Add a hotplug handler for virtio-iommu on x86 and set the necessary > reserved region property. On x86, the [0xfee0, 0xfeef] DMA > region is reserved for MSIs. DMA transactions to this range either > trigger I

[PATCH v2 7/8] pc: Allow instantiating a virtio-iommu device

2021-09-03 Thread Jean-Philippe Brucker
From: Eric Auger Add a hotplug handler for virtio-iommu on x86 and set the necessary reserved region property. On x86, the [0xfee0, 0xfeef] DMA region is reserved for MSIs. DMA transactions to this range either trigger IRQ remapping in the IOMMU or bypasses IOMMU translation. Although vi