Re: [Xen-devel] [PATCH v18 00/13] x86/domctl: Save info for one vcpu instance

2018-09-07 Thread Jan Beulich
>>> On 07.09.18 at 13:15, wrote: > On Fri, 2018-09-07 at 03:48 -0600, Jan Beulich wrote: >> > > > On 03.09.18 at 15:14, wrote: >> > >> > This patch series addresses the ideea of saving data from a single >> > vcpu instance. >> > First it starts by adding *save_one functions, then it introduces a

Re: [Xen-devel] [PATCH v18 00/13] x86/domctl: Save info for one vcpu instance

2018-09-07 Thread Isaila Alexandru
On Fri, 2018-09-07 at 03:48 -0600, Jan Beulich wrote: > > > > On 03.09.18 at 15:14, wrote: > > > > This patch series addresses the ideea of saving data from a single > > vcpu instance. > > First it starts by adding *save_one functions, then it introduces a > > handler for the > > new save_one* fu

Re: [Xen-devel] [PATCH v18 00/13] x86/domctl: Save info for one vcpu instance

2018-09-07 Thread Jan Beulich
>>> On 03.09.18 at 15:14, wrote: > This patch series addresses the ideea of saving data from a single vcpu > instance. > First it starts by adding *save_one functions, then it introduces a handler > for the > new save_one* funcs and makes use of it in the hvm_save and hvm_save_one > funcs. > Th

[Xen-devel] [PATCH v18 00/13] x86/domctl: Save info for one vcpu instance

2018-09-03 Thread Alexandru Isaila
Hi all, This patch series addresses the ideea of saving data from a single vcpu instance. First it starts by adding *save_one functions, then it introduces a handler for the new save_one* funcs and makes use of it in the hvm_save and hvm_save_one funcs. The final patches are used for clean up an