mbox

[GIT,PULL,0/1] KVM: s390: VFIO PCI build fix

Message ID 20220830083250.25720-1-frankja@linux.ibm.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-master-6.0-1

Message

Janosch Frank Aug. 30, 2022, 8:32 a.m. UTC
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

Comments

Paolo Bonzini Sept. 1, 2022, 10:47 p.m. UTC | #1
On 8/30/22 10:32, Janosch Frank wrote:
> 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

Pulled, thanks.

Paolo

> 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
>