Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull KVM fixes from Paolo Bonzini: - Doc fixes - selftests fixes - Add runstate information to the new Xen support - Allow compiling out the Xen interface - 32-bit PAE without EPT bugfix - NULL pointer dereference bugfix * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: SVM: Clear the CR4 register on reset KVM: x86/xen: Add support for vCPU runstate information KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_info selftests: kvm: Mmap the entire vcpu mmap area KVM: Documentation: Fix index for KVM_CAP_PPC_DAWR1 KVM: x86: allow compiling out the Xen hypercall interface KVM: xen: flush deferred static key before checking it KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled KVM: x86: hyper-v: Fix Hyper-V context null-ptr-deref KVM: x86: remove misplaced comment on active_mmu_pages KVM: Documentation: rectify rst markup in kvm_run->flags Documenta...
Showing
- Documentation/virt/kvm/api.rst 60 additions, 55 deletionsDocumentation/virt/kvm/api.rst
- arch/x86/include/asm/kvm_host.h 6 additions, 3 deletionsarch/x86/include/asm/kvm_host.h
- arch/x86/kvm/Kconfig 9 additions, 0 deletionsarch/x86/kvm/Kconfig
- arch/x86/kvm/Makefile 2 additions, 1 deletionarch/x86/kvm/Makefile
- arch/x86/kvm/hyperv.c 1 addition, 1 deletionarch/x86/kvm/hyperv.c
- arch/x86/kvm/mmu/mmu_internal.h 8 additions, 8 deletionsarch/x86/kvm/mmu/mmu_internal.h
- arch/x86/kvm/svm/svm.c 1 addition, 0 deletionsarch/x86/kvm/svm/svm.c
- arch/x86/kvm/x86.c 21 additions, 1 deletionarch/x86/kvm/x86.c
- arch/x86/kvm/xen.c 290 additions, 0 deletionsarch/x86/kvm/xen.c
- arch/x86/kvm/xen.h 62 additions, 2 deletionsarch/x86/kvm/xen.h
- include/uapi/linux/kvm.h 13 additions, 0 deletionsinclude/uapi/linux/kvm.h
- tools/testing/selftests/kvm/lib/kvm_util.c 4 additions, 2 deletionstools/testing/selftests/kvm/lib/kvm_util.c
- tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c 156 additions, 3 deletionstools/testing/selftests/kvm/x86_64/xen_shinfo_test.c
Please register or sign in to comment