Re: [Qemu-devel] [RFC v4 10/16] virtio-iommu: Implement probe request

2017-09-27 Thread Auger Eric
Hi Bharat, On 27/09/2017 13:00, Bharat Bhushan wrote: > > >> -Original Message- >> From: Tomasz Nowicki [mailto:tnowi...@caviumnetworks.com] >> Sent: Wednesday, September 27, 2017 4:23 PM >> To: Eric Auger ; eric.auger@gmail.com; >> peter.mayd...@linaro.org; alex.william...@redhat.co

Re: [Qemu-devel] [RFC v4 10/16] virtio-iommu: Implement probe request

2017-09-27 Thread Auger Eric
Hi Tomasz, On 27/09/2017 12:53, Tomasz Nowicki wrote: > Hi Eric, > > On 19.09.2017 09:46, Eric Auger wrote: >> This patch implements the PROBE request. At the moment, >> no reserved regions are returned. >> >> At the moment reserved regions are stored per device. >> >> Signed-off-by: Eric Auger >

Re: [Qemu-devel] [RFC v4 10/16] virtio-iommu: Implement probe request

2017-09-27 Thread Bharat Bhushan
> -Original Message- > From: Tomasz Nowicki [mailto:tnowi...@caviumnetworks.com] > Sent: Wednesday, September 27, 2017 4:23 PM > To: Eric Auger ; eric.auger@gmail.com; > peter.mayd...@linaro.org; alex.william...@redhat.com; m...@redhat.com; > qemu-...@nongnu.org; qemu-devel@nongnu.org

Re: [Qemu-devel] [RFC v4 10/16] virtio-iommu: Implement probe request

2017-09-27 Thread Tomasz Nowicki
Hi Eric, On 19.09.2017 09:46, Eric Auger wrote: This patch implements the PROBE request. At the moment, no reserved regions are returned. At the moment reserved regions are stored per device. Signed-off-by: Eric Auger --- [...] + +static int virtio_iommu_fill_property(int devid, int typ

[Qemu-devel] [RFC v4 10/16] virtio-iommu: Implement probe request

2017-09-19 Thread Eric Auger
This patch implements the PROBE request. At the moment, no reserved regions are returned. At the moment reserved regions are stored per device. Signed-off-by: Eric Auger --- Waiting for clarifications on v0.4 spec --- hw/virtio/trace-events | 2 + hw/virtio/virtio-iommu.c | 173 ++