summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorHou Wenlong <houwenlong.hwl@antgroup.com>2022-03-07 13:26:33 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2022-04-02 11:34:47 +0200
commitac8d6cad3c7b39633d5899dc2fa9abec7135e83e (patch)
tree6945076bc75b5369bb1ab93bf56b0d891fd0c605 /arch/microblaze
parentKVM: x86/emulator: Emulate RDPID only if it is enabled in guest (diff)
downloadlinux-ac8d6cad3c7b39633d5899dc2fa9abec7135e83e.tar.xz
linux-ac8d6cad3c7b39633d5899dc2fa9abec7135e83e.zip
KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsr
If MSR access is rejected by MSR filtering, kvm_set_msr()/kvm_get_msr() would return KVM_MSR_RET_FILTERED, and the return value is only handled well for rdmsr/wrmsr. However, some instruction emulation and state transition also use kvm_set_msr()/kvm_get_msr() to do msr access but may trigger some unexpected results if MSR access is rejected, E.g. RDPID emulation would inject a #UD but RDPID wouldn't cause a exit when RDPID is supported in hardware and ENABLE_RDTSCP is set. And it would also cause failure when load MSR at nested entry/exit. Since msr filtering is based on MSR bitmap, it is better to only do MSR filtering for rdmsr/wrmsr. Signed-off-by: Hou Wenlong <houwenlong.hwl@antgroup.com> Message-Id: <2b2774154f7532c96a6f04d71c82a8bec7d9e80b.1646655860.git.houwenlong.hwl@antgroup.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/microblaze')
0 files changed, 0 insertions, 0 deletions