Re: [EXT] Re: [PATCH v9 2/9] memory: Add interface to set iommu page size mask

2020-03-27 Thread Auger Eric
ex.william...@redhat.com; >> kevin.t...@intel.com; m...@redhat.com; Tomasz Nowicki [C] >> ; drjo...@redhat.com; linuc.dec...@gmail.com; qemu- >> de...@nongnu.org; qemu-...@nongnu.org; bharatb.li...@gmail.com; jean- >> phili...@linaro.org; yang.zh...@intel.com >> Subject

RE: [EXT] Re: [PATCH v9 2/9] memory: Add interface to set iommu page size mask

2020-03-26 Thread Bharat Bhushan
wicki [C] > ; drjo...@redhat.com; linuc.dec...@gmail.com; qemu- > de...@nongnu.org; qemu-...@nongnu.org; bharatb.li...@gmail.com; jean- > phili...@linaro.org; yang.zh...@intel.com > Subject: [EXT] Re: [PATCH v9 2/9] memory: Add interface to set iommu page s

Re: [PATCH v9 2/9] memory: Add interface to set iommu page size mask

2020-03-26 Thread Auger Eric
Hi Bharat, On 3/23/20 9:46 AM, Bharat Bhushan wrote: > Allow to set page size mask to be supported by iommu. by iommu memory region. I mean this is not global to the IOMMU. > This is required to expose page size mask compatible with > host with virtio-iommu. > > Signed-off-by: Bharat Bhushan >

[PATCH v9 2/9] memory: Add interface to set iommu page size mask

2020-03-23 Thread Bharat Bhushan
Allow to set page size mask to be supported by iommu. This is required to expose page size mask compatible with host with virtio-iommu. Signed-off-by: Bharat Bhushan --- include/exec/memory.h | 20 memory.c | 10 ++ 2 files changed, 30 insertions(+)