KVM: x86: Do not change ICR on write to APIC_SELF_IPI
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 24 Feb 2022 14:53:36 +0000 (09:53 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 May 2022 10:30:24 +0000 (12:30 +0200)
commit6b68f26a6556ed51c892fbc07ddf7a25d7c1e2f5
tree69a8911f298b174b361088e1159a38085df39815
parentddba1a4aadd46d31b1f7d60a47857947e7fc6552
KVM: x86: Do not change ICR on write to APIC_SELF_IPI

[ Upstream commit d22a81b304a27fca6124174a8e842e826c193466 ]

Emulating writes to SELF_IPI with a write to ICR has an unwanted side effect:
the value of ICR in vAPIC page gets changed.  The lists SELF_IPI as write-only,
with no associated MMIO offset, so any write should have no visible side
effect in the vAPIC page.

Reported-by: Chao Gao <chao.gao@intel.com>
Reviewed-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/kvm/lapic.c