Patch #6 is not strictly related to save/restore. It's just clean-up of something I noticed along the way.
Paul Durrant (6): x86: stop handling MSR_IA32_BNDCFGS save/restore in implementation code x86: save GUEST_BNDCFGS on context switch... x86: move the saved value of MSR_IA32_XSS into struct vcpu_msrs x86: stop handling MSR_IA32_XSS save/restore in implementation code x86: remove defunct init/load/save_msr() hvm_funcs x86: introduce dr_mask_idx() helper function... xen/arch/x86/domain.c | 2 +- xen/arch/x86/hvm/hvm.c | 102 ++++++++++++++++----------------- xen/arch/x86/hvm/vmx/vmx.c | 83 +++------------------------ xen/arch/x86/msr.c | 48 +++++++++++----- xen/arch/x86/pv/emul-priv-op.c | 2 +- xen/include/asm-x86/hvm/hvm.h | 17 ++---- xen/include/asm-x86/hvm/vcpu.h | 1 - xen/include/asm-x86/msr.h | 33 ++++++++++- 8 files changed, 133 insertions(+), 155 deletions(-) --- Cc: Andrew Cooper <andrew.coop...@citrix.com> Cc: Jan Beulich <jbeul...@suse.com> Cc: Jun Nakajima <jun.nakaj...@intel.com> Cc: Kevin Tian <kevin.t...@intel.com> Cc: "Roger Pau Monné" <roger....@citrix.com> Cc: Wei Liu <wei.l...@citrix.com> -- 2.20.1 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel