Re: [Qemu-devel] [PATCH v4 04/12] spapr vfio: add vfio_container_spapr_get_info()

2013-09-26 Thread Alexey Kardashevskiy
On 09/26/2013 06:29 AM, Alex Williamson wrote: > On Fri, 2013-09-13 at 20:11 +1000, Alexey Kardashevskiy wrote: >> On 09/11/2013 08:11 AM, Alex Williamson wrote: >>> On Tue, 2013-09-10 at 18:36 +1000, Alexey Kardashevskiy wrote: On 09/06/2013 05:01 AM, Alex Williamson wrote: > On Fri, 2013

Re: [Qemu-devel] [PATCH v4 04/12] spapr vfio: add vfio_container_spapr_get_info()

2013-09-25 Thread Alex Williamson
On Fri, 2013-09-13 at 20:11 +1000, Alexey Kardashevskiy wrote: > On 09/11/2013 08:11 AM, Alex Williamson wrote: > > On Tue, 2013-09-10 at 18:36 +1000, Alexey Kardashevskiy wrote: > >> On 09/06/2013 05:01 AM, Alex Williamson wrote: > >>> On Fri, 2013-08-30 at 20:15 +1000, Alexey Kardashevskiy wrote:

Re: [Qemu-devel] [PATCH v4 04/12] spapr vfio: add vfio_container_spapr_get_info()

2013-09-13 Thread Alexey Kardashevskiy
On 09/11/2013 08:11 AM, Alex Williamson wrote: > On Tue, 2013-09-10 at 18:36 +1000, Alexey Kardashevskiy wrote: >> On 09/06/2013 05:01 AM, Alex Williamson wrote: >>> On Fri, 2013-08-30 at 20:15 +1000, Alexey Kardashevskiy wrote: As sPAPR platform supports DMA windows on a PCI bus, the informat

Re: [Qemu-devel] [PATCH v4 04/12] spapr vfio: add vfio_container_spapr_get_info()

2013-09-10 Thread Alex Williamson
On Tue, 2013-09-10 at 18:36 +1000, Alexey Kardashevskiy wrote: > On 09/06/2013 05:01 AM, Alex Williamson wrote: > > On Fri, 2013-08-30 at 20:15 +1000, Alexey Kardashevskiy wrote: > >> As sPAPR platform supports DMA windows on a PCI bus, the information > >> about their location and size should be p

Re: [Qemu-devel] [PATCH v4 04/12] spapr vfio: add vfio_container_spapr_get_info()

2013-09-10 Thread Alexey Kardashevskiy
On 09/06/2013 05:01 AM, Alex Williamson wrote: > On Fri, 2013-08-30 at 20:15 +1000, Alexey Kardashevskiy wrote: >> As sPAPR platform supports DMA windows on a PCI bus, the information >> about their location and size should be passed into the guest via >> the device tree. >> >> The patch adds a hel

Re: [Qemu-devel] [PATCH v4 04/12] spapr vfio: add vfio_container_spapr_get_info()

2013-09-05 Thread Alex Williamson
On Fri, 2013-08-30 at 20:15 +1000, Alexey Kardashevskiy wrote: > As sPAPR platform supports DMA windows on a PCI bus, the information > about their location and size should be passed into the guest via > the device tree. > > The patch adds a helper to read this info from the container fd. > > Sig

[Qemu-devel] [PATCH v4 04/12] spapr vfio: add vfio_container_spapr_get_info()

2013-08-30 Thread Alexey Kardashevskiy
As sPAPR platform supports DMA windows on a PCI bus, the information about their location and size should be passed into the guest via the device tree. The patch adds a helper to read this info from the container fd. Signed-off-by: Alexey Kardashevskiy --- Changes: v4: * fixed possible leaks on