Paolo, here's a lone fix for a KVM/VFIO build problem. A few PV fixes are currently still in development but fixing those issues will be harder. The following changes since commit b90cb1053190353cc30f0fef0ef1f378ccc063c5: Linux 6.0-rc3 (2022-08-28 15:05:29 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-master-6.0-1 for you to fetch changes up to ca922fecda6caa5162409406dc3b663062d75089: KVM: s390: pci: Hook to access KVM lowlevel from VFIO (2022-08-29 13:29:28 +0200) ---------------------------------------------------------------- PCI interpretation compile fixes ---------------------------------------------------------------- Pierre Morel (1): KVM: s390: pci: Hook to access KVM lowlevel from VFIO arch/s390/include/asm/kvm_host.h | 17 ++++++----------- arch/s390/kvm/pci.c | 12 ++++++++---- arch/s390/pci/Makefile | 2 +- arch/s390/pci/pci_kvm_hook.c | 11 +++++++++++ drivers/vfio/pci/vfio_pci_zdev.c | 8 ++++++-- 5 files changed, 32 insertions(+), 18 deletions(-) create mode 100644 arch/s390/pci/pci_kvm_hook.c -- 2.34.3