On Wed, 4 Nov 2020 12:57:03 +0100 Philippe Mathieu-Daudé <phi...@redhat.com> wrote:
> From: Cornelia Huck <coh...@redhat.com> > > s390-pci-vfio.c calls into the vfio code, so we need it to be > built conditionally on vfio (which implies CONFIG_LINUX). > > Reported-by: Philippe Mathieu-Daudé <phi...@redhat.com> > Fixes: cd7498d07fbb ("s390x/pci: Add routine to get the vfio dma available > count") > Signed-off-by: Cornelia Huck <coh...@redhat.com> > Message-Id: <20201103123237.718242-1-coh...@redhat.com> > Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> > Tested-by: Philippe Mathieu-Daudé <phi...@redhat.com> > Acked-by: Greg Kurz <gr...@kaod.org> > Tested-by: Greg Kurz <gr...@kaod.org> > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > include/hw/s390x/s390-pci-vfio.h | 3 ++- > hw/s390x/meson.build | 2 +- > 2 files changed, 3 insertions(+), 2 deletions(-) I think you're missing Matt's r-b? Do you plan to send this, or should I include it on my s390-fixes branch?