>>> On 19.06.15 at 20:44, <boris.ostrov...@oracle.com> wrote: > Save VPMU state during context switch for both HVM and PV(H) guests. > > A subsequent patch ("x86/VPMU: NMI-based VPMU support") will make it possible > for vpmu_switch_to() to call vmx_vmcs_try_enter()->vcpu_pause() which needs > is_running to be correctly set/cleared. To prepare for that, call > context_saved() > before vpmu_switch_to() is executed. (Note that while this change could have > been dalayed until that later patch, the changes are harmless to existing > code > and so we do it here) > > Signed-off-by: Boris Ostrovsky <boris.ostrov...@oracle.com> > > --- > Changes in v25: > * Replaced is_hvm_vcpu with is_hvm_domain to be consistent with recent changes > to context_switch()
That's not really a change, but just a re-base (your code doesn't add any new uses), so imo doesn't invalidate previous ack/reviews. I.e. Reviewed-by: Jan Beulich <jbeul...@suse.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel