[PATCH 0/2] KVM: x86: Clean up MP_STATE transitions

From: Jim Mattson
Date: Mon Jan 13 2025 - 15:02:31 EST


Introduce a generic setter, kvm_set_mp_state(), and use that to ensure that
pv_unhalted is cleared on all transitions to KVM_MP_STATE_RUNNABLE.

Jim Mattson (2):
KVM: x86: Introduce kvm_set_mp_state()
KVM: x86: Clear pv_unhalted on all transitions to
KVM_MP_STATE_RUNNABLE

arch/x86/kvm/lapic.c | 6 +++---
arch/x86/kvm/svm/nested.c | 2 +-
arch/x86/kvm/svm/sev.c | 5 ++---
arch/x86/kvm/vmx/nested.c | 4 ++--
arch/x86/kvm/x86.c | 18 ++++++++----------
arch/x86/kvm/x86.h | 7 +++++++
arch/x86/kvm/xen.c | 4 ++--
7 files changed, 25 insertions(+), 21 deletions(-)


base-commit: c45323b7560ec87c37c729b703c86ee65f136d75
--
2.47.1.688.g23fc6f90ad-goog