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

2018-05-29 Thread Alexandru Isaila
This patch is focused on merging the *save() funcs to the *save_one() funcs to remove redundancy. Also the for loop is moved to the caller so now we can save info for a single vcpu instance. Signed-off-by: Alexandru Isaila --- Changes since V4: - Save funcs are deleted - vcpu si

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

2018-06-04 Thread Paul Durrant
> -Original Message- > From: Alexandru Isaila [mailto:aisa...@bitdefender.com] > Sent: 29 May 2018 15:59 > To: xen-de...@lists.xen.org > Cc: Ian Jackson ; Wei Liu ; > jbeul...@suse.com; Andrew Cooper ; Paul > Durrant ; Alexandru Isaila > > Subject: [PATCH v5 8/8] x86/domctl: Don't pause th

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

2018-06-06 Thread Jan Beulich
>>> On 29.05.18 at 16:58, wrote: > This patch is focused on merging the *save() funcs to the *save_one() > funcs to remove redundancy. Also the for loop is moved to the caller so > now we can save info for a single vcpu instance. > > Signed-off-by: Alexandru Isaila > > --- > Changes since V4: >