[GIT PULL] KVM fixes for Linux 5.3-rc6

From: Paolo Bonzini
Date: Wed Aug 21 2019 - 13:36:59 EST


Linus,

The following changes since commit a738b5e75b4c13be3485c82eb62c30047aa9f164:

Merge tag 'kvmarm-fixes-for-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD (2019-08-09 16:53:50 +0200)

are available in the git repository at:


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

for you to fetch changes up to e4427372398c31f57450565de277f861a4db5b3b:

selftests/kvm: make platform_info_test pass on AMD (2019-08-21 19:08:18 +0200)

----------------------------------------------------------------
* A couple bugfixes, and mostly selftests changes.

----------------------------------------------------------------
Miaohe Lin (1):
KVM: x86: svm: remove redundant assignment of var new_entry

Paolo Bonzini (7):
MAINTAINERS: change list for KVM/s390
MAINTAINERS: add KVM x86 reviewers
selftests: kvm: do not try running the VM in vmx_set_nested_state_test
selftests: kvm: provide common function to enable eVMCS
selftests: kvm: fix vmx_set_nested_state_test
selftests: kvm: fix state save/load on processors without XSAVE
Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"

Radim Krcmar (1):
kvm: x86: skip populating logical dest map if apic is not sw enabled

Vitaly Kuznetsov (1):
selftests/kvm: make platform_info_test pass on AMD

MAINTAINERS | 19 +++++++------
arch/x86/kvm/lapic.c | 5 ++++
arch/x86/kvm/mmu.c | 33 +---------------------
arch/x86/kvm/svm.c | 1 -
tools/testing/selftests/kvm/include/evmcs.h | 2 ++
tools/testing/selftests/kvm/lib/x86_64/processor.c | 16 +++++++----
tools/testing/selftests/kvm/lib/x86_64/vmx.c | 20 +++++++++++++
tools/testing/selftests/kvm/x86_64/evmcs_test.c | 15 ++--------
tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c | 12 +++-----
.../selftests/kvm/x86_64/platform_info_test.c | 2 +-
.../kvm/x86_64/vmx_set_nested_state_test.c | 32 +++++++++------------
11 files changed, 69 insertions(+), 88 deletions(-)