On Tue, Jan 21, 2025 at 10:06:48AM +0800, Tao Su wrote: > Branch History Injection (BHI) is a CPU side-channel vulnerability, where > an attacker may manipulate branch history before transitioning from user > to supervisor mode or from VMX non-root/guest to root mode. CPUs that set > BHI_NO bit in MSR IA32_ARCH_CAPABILITIES to indicate no additional > mitigation is required to prevent BHI. > > Make BHI_NO bit available to guests. > > Tested-by: Xuelian Guo <xuelian....@intel.com> > Signed-off-by: Tao Su <tao1...@linux.intel.com>
Reviewed-by: Pawan Gupta <pawan.kumar.gu...@linux.intel.com>