KVM: x86: Add missing trace points for RDMSR/WRMSR in emulator path
authorHou Wenlong <houwenlong.hwl@antgroup.com>
Fri, 2 Sep 2022 02:47:01 +0000 (10:47 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Sep 2022 16:03:03 +0000 (12:03 -0400)
commit794663e13f8815bf85d87dcef796ef2c55bf270a
tree418c17e7b4aec51e6efc69651c40f1537c877050
parent36d546d59af7cfc984b159016bed3e2a3113266f
KVM: x86: Add missing trace points for RDMSR/WRMSR in emulator path

Since the RDMSR/WRMSR emulation uses a sepearte emualtor interface,
the trace points for RDMSR/WRMSR can be added in emulator path like
normal path.

Signed-off-by: Hou Wenlong <houwenlong.hwl@antgroup.com>
Link: https://lore.kernel.org/r/39181a9f777a72d61a4d0bb9f6984ccbd1de2ea3.1661930557.git.houwenlong.hwl@antgroup.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c