[GIT PULL] KVM patches for Linux 5.4-rc6

From: Paolo Bonzini
Date: Thu Oct 31 2019 - 18:53:51 EST


Linus,

The following changes since commit 671ddc700fd08b94967b1e2a937020e30c838609:

KVM: nVMX: Don't leak L1 MMIO regions to L2 (2019-10-22 19:04:40 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to 9167ab79936206118cc60e47dcb926c3489f3bd5:

KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active (2019-10-31 12:13:44 +0100)

----------------------------------------------------------------
Generic: fix memory leak failure to create VM.
x86: fix MMU corner case with AMD nested paging disabled.

----------------------------------------------------------------
Jim Mattson (2):
kvm: Allocate memslots and buses before calling kvm_arch_init_vm
kvm: call kvm_arch_destroy_vm if vm creation fails

Paolo Bonzini (1):
KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active

arch/x86/kvm/svm.c | 10 ++++++++--
arch/x86/kvm/vmx/vmx.c | 14 +++-----------
virt/kvm/kvm_main.c | 48 ++++++++++++++++++++++++++----------------------
3 files changed, 37 insertions(+), 35 deletions(-)