Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull KVM fixes from Paolo Bonzini: "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" * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo kvm: cap halt polling at exactly halt_poll_ns KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS KVM: VMX: disable PEBS before a guest entry KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit
Showing
- Documentation/virtual/kvm/mmu.txt 2 additions, 1 deletionDocumentation/virtual/kvm/mmu.txt
- arch/powerpc/kvm/book3s_hv_rmhandlers.S 14 additions, 0 deletionsarch/powerpc/kvm/book3s_hv_rmhandlers.S
- arch/s390/kvm/kvm-s390.c 1 addition, 1 deletionarch/s390/kvm/kvm-s390.c
- arch/x86/kvm/mmu.c 3 additions, 1 deletionarch/x86/kvm/mmu.c
- arch/x86/kvm/vmx.c 30 additions, 13 deletionsarch/x86/kvm/vmx.c
- virt/kvm/kvm_main.c 3 additions, 0 deletionsvirt/kvm/kvm_main.c
Please register or sign in to comment