[GIT PULL] Final KVM changes for 5.2

From: Paolo Bonzini
Date: Fri Jul 05 2019 - 16:29:37 EST


Linus,

The following changes since commit 6fbc7275c7a9ba97877050335f290341a1fd8dbf:

Linux 5.2-rc7 (2019-06-30 11:25:36 +0800)

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

KVM: arm64/sve: Fix vq_present() macro to yield a bool (2019-07-05 12:07:51 +0200)

----------------------------------------------------------------
x86 bugfix patches and one compilation fix for ARM.

----------------------------------------------------------------
Liran Alon (2):
KVM: nVMX: Allow restore nested-state to enable eVMCS when vCPU in SMM
KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCS

Paolo Bonzini (1):
KVM: x86: degrade WARN to pr_warn_ratelimited

Wanpeng Li (1):
KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPIC

Zhang Lei (1):
KVM: arm64/sve: Fix vq_present() macro to yield a bool

arch/arm64/kvm/guest.c | 2 +-
arch/x86/kvm/lapic.c | 2 +-
arch/x86/kvm/vmx/nested.c | 30 ++++++++++++++++---------
arch/x86/kvm/x86.c | 6 ++---
tools/testing/selftests/kvm/x86_64/evmcs_test.c | 1 +
5 files changed, 26 insertions(+), 15 deletions(-)