Re: [Xen-devel] [PATCH v4 2/2] x86/domctl: Don't pause the whole domain if only getting vcpu state

2018-05-18 Thread Jan Beulich
>>> On 17.05.18 at 18:04, wrote: On 07.05.18 at 10:24, wrote: >> --- a/xen/arch/x86/cpu/mcheck/vmce.c >> +++ b/xen/arch/x86/cpu/mcheck/vmce.c >> @@ -357,20 +357,14 @@ void vmce_save_vcpu_ctxt_one(struct vcpu *v, struct >> hvm_vmce_vcpu *ctxt) >>

[Xen-devel] [PATCH v4 2/2] x86/domctl: Don't pause the whole domain if only getting vcpu state

2018-05-07 Thread Alexandru Isaila
This patch adds a vcpu param for all the *save() fucntions. The *save() functions now handle only one instance. The for_each loop is transferred to the caller. Signed-off-by: Alexandru Isaila --- Changes since V3: - Rb to the lateste staging version -