x86: move the saved value of MSR_IA32_XSS into struct vcpu_msrs
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 14 Mar 2019 13:54:00 +0000 (14:54 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 9 Apr 2019 13:08:10 +0000 (15:08 +0200)
commit943c474283a34e48e5088af2ad67d7a56320fbd7
tree979030e424cb1c799417315f1d36caa17f6ed79d
parent832c1803ca71fdb1526384d43c24b158a25f4639
x86: move the saved value of MSR_IA32_XSS into struct vcpu_msrs

Currently the value is saved directly in struct hvm_vcpu. This patch simply
co-locates it with other saved MSR values. No functional change.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/x86/domain.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/vmx/vmx.c
xen/include/asm-x86/hvm/vcpu.h
xen/include/asm-x86/msr.h