Re: [PULL v3 23/32] s390x/pci: Add routine to get the vfio dma available count

2020-11-03 Thread Cornelia Huck
On Tue, 3 Nov 2020 12:08:20 +0100 Philippe Mathieu-Daudé wrote: > On 11/3/20 11:45 AM, Cornelia Huck wrote: > > On Tue, 3 Nov 2020 06:49:13 +0100 > > Philippe Mathieu-Daudé wrote: > > > >> Hi Matthew, > >> > >> On 11/1/20 10:02 PM, Alex Williamson wrote: > >>> From: Matthew Rosato > >>> >

Re: [PULL v3 23/32] s390x/pci: Add routine to get the vfio dma available count

2020-11-03 Thread Philippe Mathieu-Daudé
On 11/3/20 11:45 AM, Cornelia Huck wrote: > On Tue, 3 Nov 2020 06:49:13 +0100 > Philippe Mathieu-Daudé wrote: > >> Hi Matthew, >> >> On 11/1/20 10:02 PM, Alex Williamson wrote: >>> From: Matthew Rosato >>> >>> Create new files for separating out vfio-specific work for s390 >>> pci. Add the

Re: [PULL v3 23/32] s390x/pci: Add routine to get the vfio dma available count

2020-11-03 Thread Philippe Mathieu-Daudé
On 11/3/20 11:45 AM, Cornelia Huck wrote: > On Tue, 3 Nov 2020 06:49:13 +0100 > Philippe Mathieu-Daudé wrote: > >> Hi Matthew, >> >> On 11/1/20 10:02 PM, Alex Williamson wrote: >>> From: Matthew Rosato >>> >>> Create new files for separating out vfio-specific work for s390 >>> pci. Add the

Re: [PULL v3 23/32] s390x/pci: Add routine to get the vfio dma available count

2020-11-03 Thread Cornelia Huck
On Tue, 3 Nov 2020 06:49:13 +0100 Philippe Mathieu-Daudé wrote: > Hi Matthew, > > On 11/1/20 10:02 PM, Alex Williamson wrote: > > From: 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

Re: [PULL v3 23/32] s390x/pci: Add routine to get the vfio dma available count

2020-11-02 Thread Philippe Mathieu-Daudé
Hi Matthew, On 11/1/20 10:02 PM, Alex Williamson wrote: > From: 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

[PULL v3 23/32] s390x/pci: Add routine to get the vfio dma available count

2020-11-01 Thread Alex Williamson
From: 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 Reviewed-by: Cornelia Huck [aw: Fix non-Linux build with