]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: x86: Move MMIO write tracing into vcpu_mmio_write()
authorSean Christopherson <seanjc@google.com>
Wed, 25 Feb 2026 01:20:41 +0000 (17:20 -0800)
committerSean Christopherson <seanjc@google.com>
Tue, 3 Mar 2026 00:02:52 +0000 (16:02 -0800)
commit72f36f99072c3b79451af38274d59ac30cc064c6
treed28db6541006938f99562dcab712c2c9aceb093c
parentcbbf8228c0716d8f96f354f378efd1cbadb428e0
KVM: x86: Move MMIO write tracing into vcpu_mmio_write()

Move the invocation of MMIO write tracepoint into vcpu_mmio_write() and
drop its largely-useless wrapper to cull pointless code and to make the
code symmetrical with respect to vcpu_mmio_read().

No functional change intended.

Tested-by: Tom Lendacky <thomas.lendacky@gmail.com>
Tested-by: Rick Edgecombe <rick.p.edgecombe@intel.com>
Link: https://patch.msgid.link/20260225012049.920665-7-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/x86.c