Re: [Xen-devel] [PATCH v17 11/13] x86/domctl: Use hvm_save_vcpu_handler

2018-08-27 Thread Jan Beulich
>>> On 22.08.18 at 16:28, wrote: > On Wed, Aug 22, 2018 at 05:02:41PM +0300, Alexandru Isaila wrote: >> @@ -223,17 +222,37 @@ int hvm_save(struct domain *d, hvm_domain_context_t *h) >> /* Save all available kinds of state */ >> for ( i = 0; i <= HVM_SAVE_CODE_MAX; i++ ) >> { >> -

Re: [Xen-devel] [PATCH v17 11/13] x86/domctl: Use hvm_save_vcpu_handler

2018-08-22 Thread Roger Pau Monné
On Wed, Aug 22, 2018 at 05:02:41PM +0300, Alexandru Isaila wrote: > This patch is aimed on using the new save_one fuctions in the hvm_save > > Signed-off-by: Alexandru Isaila > > --- > Changes since V15: > - Moved declarations into their scopes > - Remove redundant NULL check >