On Thu, 17 Sep 2020 10:20:44 -0400 Matthew Rosato <mjros...@linux.ibm.com> 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 <mjros...@linux.ibm.com> > --- > hw/s390x/meson.build | 1 + > hw/s390x/s390-pci-vfio.c | 54 > ++++++++++++++++++++++++++++++++++++++++++++++++ > hw/s390x/s390-pci-vfio.h | 17 +++++++++++++++ > 3 files changed, 72 insertions(+) > create mode 100644 hw/s390x/s390-pci-vfio.c > create mode 100644 hw/s390x/s390-pci-vfio.h Reviewed-by: Cornelia Huck <coh...@redhat.com>