commit | 4439af9f911ae0243ffe4e2dfc12bace49605d8b | [log] [tgz] |
---|---|---|
author | Jim Mattson <jmattson@google.com> | Wed May 24 10:49:25 2017 -0700 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Wed Jun 07 16:28:15 2017 +0200 |
tree | 3062d9fd5f53b990277c43c01f06af6f0dafbbf0 | |
parent | a8b6fda38f80e75afa3b125c9e7f2550b579454b [diff] |
kvm: x86: Guest BNDCFGS requires guest MPX support The BNDCFGS MSR should only be exposed to the guest if the guest supports MPX. (cf. the TSC_AUX MSR and RDTSCP.) Fixes: 0dd376e709975779 ("KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_save") Change-Id: I3ad7c01bda616715137ceac878f3fa7e66b6b387 Signed-off-by: Jim Mattson <jmattson@google.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>