search for: vmx_do_restore_msr

Displaying 1 result from an estimated 1 matches for "vmx_do_restore_msr".

Did you mean: vmx_do_restore_msrs
2005 Jul 21
0
[PATCH]Propagate guest MSR writes to machine MSRs immediately
Propagate guest MSR writes to machine MSRs immediately Right now, we have an exposure between the time the MSR is written and used by an instruction such as syscall. If there is a context switch and we do vmx_do_restore_msrs(), everything goes fine. But if we don''t, then we execute the syscall with the wrong MSR. Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com> Signed-off-by: Arun Sharma <arun.sharma@intel.com> Thanks Yunhong Jiang _______________________________________________ Xen-deve...