Skip to content
Commit 47c61b39 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFG



Add the necessary logic for supporting the emulated VIRT_SPEC_CTRL MSR to
x86_virt_spec_ctrl().  If either X86_FEATURE_LS_CFG_SSBD or
X86_FEATURE_VIRT_SPEC_CTRL is set then use the new guest_virt_spec_ctrl
argument to check whether the state must be modified on the host. The
update reuses speculative_store_bypass_update() so the ZEN-specific sibling
coordination can be reused.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent be6fcb54
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment