Re: [PATCH v9 8/9] virtio-iommu: Implement probe request

2020-05-07 Thread Auger Eric
Hi Bharat, On 5/5/20 11:06 AM, Bharat Bhushan wrote: > On Fri, Apr 24, 2020 at 7:22 PM Auger Eric wrote: >> >> Hi Bharat, >> On 4/23/20 6:09 PM, Jean-Philippe Brucker wrote: >>> Hi Bharat, >>> >>> A few more things found while rebasing >>> >>> On Mon, Mar 23, 2020 at 02:16:16PM +0530, Bharat

Re: [PATCH v9 8/9] virtio-iommu: Implement probe request

2020-05-05 Thread Bharat Bhushan
On Fri, Apr 24, 2020 at 7:22 PM Auger Eric wrote: > > Hi Bharat, > On 4/23/20 6:09 PM, Jean-Philippe Brucker wrote: > > Hi Bharat, > > > > A few more things found while rebasing > > > > On Mon, Mar 23, 2020 at 02:16:16PM +0530, Bharat Bhushan wrote: > >> This patch implements the PROBE request.

Re: [PATCH v9 8/9] virtio-iommu: Implement probe request

2020-04-24 Thread Auger Eric
Hi Bharat, On 4/23/20 6:09 PM, Jean-Philippe Brucker wrote: > Hi Bharat, > > A few more things found while rebasing > > On Mon, Mar 23, 2020 at 02:16:16PM +0530, Bharat Bhushan wrote: >> This patch implements the PROBE request. Currently supported >> page size mask per endpoint is returned. Also

Re: [PATCH v9 8/9] virtio-iommu: Implement probe request

2020-04-23 Thread Jean-Philippe Brucker
Hi Bharat, A few more things found while rebasing On Mon, Mar 23, 2020 at 02:16:16PM +0530, Bharat Bhushan wrote: > This patch implements the PROBE request. Currently supported > page size mask per endpoint is returned. Also append a NONE > property in the end. > > Signed-off-by: Bharat Bhushan

Re: [EXT] Re: [PATCH v9 8/9] virtio-iommu: Implement probe request

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 >> Subje

RE: [EXT] Re: [PATCH v9 8/9] virtio-iommu: Implement probe request

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 8/9] virtio-iommu: Implement pro

Re: [PATCH v9 8/9] virtio-iommu: Implement probe request

2020-03-26 Thread Auger Eric
Hi Bharat On 3/23/20 9:46 AM, Bharat Bhushan wrote: > This patch implements the PROBE request. Currently supported > page size mask per endpoint is returned. Also append a NONE > property in the end. > > Signed-off-by: Bharat Bhushan > Signed-off-by: Eric Auger > --- >

[PATCH v9 8/9] virtio-iommu: Implement probe request

2020-03-23 Thread Bharat Bhushan
This patch implements the PROBE request. Currently supported page size mask per endpoint is returned. Also append a NONE property in the end. Signed-off-by: Bharat Bhushan Signed-off-by: Eric Auger --- include/standard-headers/linux/virtio_iommu.h | 6 + hw/virtio/virtio-iommu.c