[GIT PULL] Final KVM changes for 4.5

From: Paolo Bonzini
Date: Thu Mar 10 2016 - 06:32:33 EST


Linus,

The following changes since commit f6cede5b49e822ebc41a099fe41ab4989f64e2cb:

Linux 4.5-rc7 (2016-03-06 14:48:03 -0800)

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 5f0b819995e172f48fdcd91335a2126ba7d9deae:

KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 (2016-03-10 11:26:10 +0100)

----------------------------------------------------------------
A few simple fixes for ARM, x86, PPC and generic code. The x86 MMU fix
is a bit larger because the surrounding code needed a cleanup, but
nothing worrisome.

----------------------------------------------------------------
David Hildenbrand (1):
KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS

David Matlack (1):
kvm: cap halt polling at exactly halt_poll_ns

Paolo Bonzini (3):
Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/.../paulus/powerpc into HEAD
KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0

Paul Mackerras (1):
KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit

Radim KrÄmÃÅ (1):
KVM: VMX: disable PEBS before a guest entry

Documentation/virtual/kvm/mmu.txt | 3 ++-
arch/powerpc/kvm/book3s_hv_rmhandlers.S | 14 +++++++++++
arch/s390/kvm/kvm-s390.c | 2 +-
arch/x86/kvm/mmu.c | 4 ++-
arch/x86/kvm/vmx.c | 43 +++++++++++++++++++++++----------
virt/kvm/kvm_main.c | 3 +++
6 files changed, 53 insertions(+), 16 deletions(-)