Re: [PATCH v3 4/5] s390x/pci: Add routine to get the vfio dma available count

2020-09-17 Thread Cornelia Huck
On Wed, 16 Sep 2020 08:55:00 -0400 Matthew Rosato wrote: > On 9/16/20 6:27 AM, Cornelia Huck wrote: > > On Wed, 16 Sep 2020 09:21:39 +0200 > > Philippe Mathieu-Daudé wrote: > > > >> On 9/15/20 9:14 PM, Matthew Rosato wrote: > >>> Create new files for separating out vfio-specific work for

Re: [PATCH v3 4/5] s390x/pci: Add routine to get the vfio dma available count

2020-09-16 Thread Matthew Rosato
On 9/16/20 6:27 AM, Cornelia Huck wrote: On Wed, 16 Sep 2020 09:21:39 +0200 Philippe Mathieu-Daudé wrote: On 9/15/20 9:14 PM, Matthew Rosato wrote: Create new files for separating out vfio-specific work for s390 pci. Add the first such routine, which issues VFIO_IOMMU_GET_INFO ioctl to

Re: [PATCH v3 4/5] s390x/pci: Add routine to get the vfio dma available count

2020-09-16 Thread Cornelia Huck
On Wed, 16 Sep 2020 09:21:39 +0200 Philippe Mathieu-Daudé wrote: > On 9/15/20 9:14 PM, Matthew Rosato wrote: > > Create new files for separating out vfio-specific work for s390 > > pci. Add the first such routine, which issues VFIO_IOMMU_GET_INFO > > ioctl to collect the current dma available

Re: [PATCH v3 4/5] s390x/pci: Add routine to get the vfio dma available count

2020-09-16 Thread Philippe Mathieu-Daudé
On 9/15/20 9:14 PM, Matthew Rosato wrote: > Create new files for separating out vfio-specific work for s390 > pci. Add the first such routine, which issues VFIO_IOMMU_GET_INFO > ioctl to collect the current dma available count. > > Signed-off-by: Matthew Rosato > --- > hw/s390x/meson.build

[PATCH v3 4/5] s390x/pci: Add routine to get the vfio dma available count

2020-09-15 Thread Matthew Rosato
Create new files for separating out vfio-specific work for s390 pci. Add the first such routine, which issues VFIO_IOMMU_GET_INFO ioctl to collect the current dma available count. Signed-off-by: Matthew Rosato --- hw/s390x/meson.build | 1 + hw/s390x/s390-pci-vfio.c | 54