[GIT PULL] KVM fixes for Linux 5.0-rc2

From: Radim KrÄmÃÅ
Date: Sat Jan 12 2019 - 07:31:05 EST


Linus,

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 826c1362e79abcd36f99092acd083b5a2d576676:

x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not backed (2019-01-11 18:41:53 +0100)

----------------------------------------------------------------
KVM fixes for 5.0-rc2

Minor fixes for new code, corner cases, and documentation.
Patches are isolated and sufficiently described by the shortlog.

----------------------------------------------------------------
Christophe de Dinechin (1):
Documentation/virtual/kvm: Update URL for AMD SEV API specification

David Rientjes (1):
kvm: sev: Fail KVM_SEV_INIT if already initialized

Gustavo A. R. Silva (1):
KVM: x86: Fix bit shifting in update_intel_pt_cfg

Lan Tianyu (1):
KVM/VMX: Avoid return error when flush tlb successfully in the hv_remote_flush_tlb_with_range()

Tomas Bortoli (1):
KVM: validate userspace input in kvm_clear_dirty_log_protect()

Vitaly Kuznetsov (1):
x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not backed

Documentation/virtual/kvm/amd-memory-encryption.rst | 2 +-
arch/x86/kvm/svm.c | 3 +++
arch/x86/kvm/vmx/nested.c | 3 +--
arch/x86/kvm/vmx/vmx.c | 4 ++--
virt/kvm/kvm_main.c | 9 +++++++--
5 files changed, 14 insertions(+), 7 deletions(-)