mbox

[GIT,PULL,0/2] KVM: s390: fixes for 5.2-rc3

Message ID 20190529125045.42935-1-borntraeger@de.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-5.2-2

Message

Christian Borntraeger May 29, 2019, 12:50 p.m. UTC
Paolo, Radim,

The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07:

  Linux 5.2-rc2 (2019-05-26 16:49:19 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-master-5.2-2

for you to fetch changes up to a86cb413f4bf273a9d341a3ab2c2ca44e12eb317:

  KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID (2019-05-28 15:52:19 +0200)

----------------------------------------------------------------
KVM: s390: Fixes

- fix compilation for !CONFIG_PCI
- fix the output of KVM_CAP_MAX_VCPU_ID

----------------------------------------------------------------
Christian Borntraeger (1):
      kvm: fix compile on s390 part 2

Thomas Huth (1):
      KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID

 arch/mips/kvm/mips.c       | 3 +++
 arch/powerpc/kvm/powerpc.c | 3 +++
 arch/s390/kvm/kvm-s390.c   | 1 +
 arch/x86/kvm/x86.c         | 3 +++
 virt/kvm/arm/arm.c         | 3 +++
 virt/kvm/kvm_main.c        | 4 ++--
 6 files changed, 15 insertions(+), 2 deletions(-)

Comments

Paolo Bonzini May 31, 2019, 10:49 p.m. UTC | #1
On 29/05/19 14:50, Christian Borntraeger wrote:
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-master-5.2-2

Pulled, thanks.

Paolo