Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull more kvm fixes from Paolo Bonzini: - Static analysis fix - New SEV-ES protocol for communicating invalid VMGEXIT requests - Ensure APICv is considered inactive if there is no APIC - Fix reserved bits for AMD PerfEvtSeln register * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failure KVM: SEV: Fall back to vmalloc for SEV-ES scratch area if necessary KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails KVM: x86/mmu: Retry page fault if root is invalidated by memslot update KVM: VMX: Set failure code in prepare_vmcs02() KVM: ensure APICv is considered inactive if there is no APIC KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register
No related branches found
No related tags found
Showing
- arch/x86/include/asm/kvm_host.h 1 addition, 0 deletionsarch/x86/include/asm/kvm_host.h
- arch/x86/include/asm/sev-common.h 11 additions, 0 deletionsarch/x86/include/asm/sev-common.h
- arch/x86/kvm/mmu/mmu.c 21 additions, 2 deletionsarch/x86/kvm/mmu/mmu.c
- arch/x86/kvm/mmu/paging_tmpl.h 2 additions, 1 deletionarch/x86/kvm/mmu/paging_tmpl.h
- arch/x86/kvm/svm/avic.c 1 addition, 0 deletionsarch/x86/kvm/svm/avic.c
- arch/x86/kvm/svm/pmu.c 1 addition, 1 deletionarch/x86/kvm/svm/pmu.c
- arch/x86/kvm/svm/sev.c 60 additions, 42 deletionsarch/x86/kvm/svm/sev.c
- arch/x86/kvm/vmx/nested.c 3 additions, 1 deletionarch/x86/kvm/vmx/nested.c
- arch/x86/kvm/vmx/vmx.c 1 addition, 0 deletionsarch/x86/kvm/vmx/vmx.c
- arch/x86/kvm/x86.c 5 additions, 4 deletionsarch/x86/kvm/x86.c
Loading
Please register or sign in to comment