x86/vmx: Drop spec_ctrl load in VMEntry path
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 1 Feb 2022 13:34:49 +0000 (13:34 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 1 Feb 2022 14:41:38 +0000 (14:41 +0000)
commit9ce3ef20b4f085a7dc8ee41b0fec6fdeced3773e
treefee48d0ba0e2cb9cfa08be388463314ec848051f
parenta7e7c7260cde78a148810db5320cbf39686c3e09
x86/vmx: Drop spec_ctrl load in VMEntry path

This is not needed now that the VMEntry path is not responsible for loading
the guest's MSR_SPEC_CTRL value.

Fixes: 81f0eaadf84d ("x86/spec-ctrl: Fix NMI race condition with VT-x MSR_SPEC_CTRL handling")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/vmx/entry.S