Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull more kvm updates from Paolo Bonzini: "New x86 features: - Guest API and guest kernel support for SEV live migration - SEV and SEV-ES intra-host migration Bugfixes and cleanups for x86: - Fix misuse of gfn-to-pfn cache when recording guest steal time / preempted status - Fix selftests on APICv machines - Fix sparse warnings - Fix detection of KVM features in CPUID - Cleanups for bogus writes to MSR_KVM_PV_EOI_EN - Fixes and cleanups for MSR bitmap handling - Cleanups for INVPCID - Make x86 KVM_SOFT_MAX_VCPUS consistent with other architectures Bugfixes for ARM: - Fix finalization of host stage2 mappings - Tighten the return value of kvm_vcpu_preferred_target() - Make sure the extraction of ESR_ELx.EC is limited to architected bits" * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (34 commits) KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_from KVM: x86: move guest_pv_has out of user_access section KVM: x86: Drop arbitrary KVM_SOFT_MAX_VCPUS KVM: Move INVPCID type check from vmx and svm to the common kvm_handle_invpcid() KVM: VMX: Add a helper function to retrieve the GPR index for INVPCID, INVVPID, and INVEPT KVM: nVMX: Clean up x2APIC MSR handling for L2 KVM: VMX: Macrofy the MSR bitmap getters and setters KVM: nVMX: Handle dynamic MSR intercept toggling KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use KVM: x86: Don't update vcpu->arch.pv_eoi.msr_val when a bogus value was written to MSR_KVM_PV_EOI_EN KVM: x86: Rename kvm_lapic_enable_pv_eoi() KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURES KVM: x86: Add helper to consolidate core logic of SET_CPUID{2} flows kvm: mmu: Use fast PF path for access tracking of huge pages when possible KVM: x86/mmu: Properly dereference rcu-protected TDP MMU sptep iterator KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active kvm: x86: Convert return type of *is_valid_rdpmc_ecx() to bool KVM: x86: Fix recording of guest steal time / preempted status selftest: KVM: Add intra host migration tests selftest: KVM: Add open sev dev helper ...
Showing
- Documentation/virt/kvm/api.rst 14 additions, 0 deletionsDocumentation/virt/kvm/api.rst
- arch/arm64/include/asm/esr.h 1 addition, 0 deletionsarch/arm64/include/asm/esr.h
- arch/arm64/include/asm/kvm_host.h 1 addition, 1 deletionarch/arm64/include/asm/kvm_host.h
- arch/arm64/kvm/arm.c 1 addition, 4 deletionsarch/arm64/kvm/arm.c
- arch/arm64/kvm/guest.c 1 addition, 6 deletionsarch/arm64/kvm/guest.c
- arch/arm64/kvm/hyp/hyp-entry.S 1 addition, 1 deletionarch/arm64/kvm/hyp/hyp-entry.S
- arch/arm64/kvm/hyp/nvhe/host.S 1 addition, 1 deletionarch/arm64/kvm/hyp/nvhe/host.S
- arch/arm64/kvm/hyp/nvhe/setup.c 12 additions, 2 deletionsarch/arm64/kvm/hyp/nvhe/setup.c
- arch/arm64/kvm/hyp/nvhe/sys_regs.c 1 addition, 1 deletionarch/arm64/kvm/hyp/nvhe/sys_regs.c
- arch/x86/include/asm/kvm_host.h 4 additions, 2 deletionsarch/x86/include/asm/kvm_host.h
- arch/x86/include/asm/kvm_para.h 12 additions, 0 deletionsarch/x86/include/asm/kvm_para.h
- arch/x86/include/asm/mem_encrypt.h 4 additions, 0 deletionsarch/x86/include/asm/mem_encrypt.h
- arch/x86/include/asm/paravirt.h 6 additions, 0 deletionsarch/x86/include/asm/paravirt.h
- arch/x86/include/asm/paravirt_types.h 1 addition, 0 deletionsarch/x86/include/asm/paravirt_types.h
- arch/x86/include/asm/processor.h 4 additions, 1 deletionarch/x86/include/asm/processor.h
- arch/x86/include/asm/set_memory.h 1 addition, 0 deletionsarch/x86/include/asm/set_memory.h
- arch/x86/include/uapi/asm/kvm_para.h 1 addition, 0 deletionsarch/x86/include/uapi/asm/kvm_para.h
- arch/x86/kernel/kvm.c 108 additions, 1 deletionarch/x86/kernel/kvm.c
- arch/x86/kernel/paravirt.c 1 addition, 0 deletionsarch/x86/kernel/paravirt.c
- arch/x86/kvm/cpuid.c 64 additions, 29 deletionsarch/x86/kvm/cpuid.c
Please register or sign in to comment