Re: [Xen-devel] [PATCH v2 1/2] libxc: move migration_stream's definition to xenguest.h

2016-03-10 Thread Wei Liu
On Wed, Mar 09, 2016 at 04:46:36PM +0800, Wen Congyang wrote: > xc_domain_save() and xc_domain_restore's parameter will use this type, > so it should be public. > > Signed-off-by: Wen Congyang > --- > tools/libxc/include/xenguest.h | 5 + > tools/libxc/xc_sr_common.h | 10 -- >

[Xen-devel] [PATCH v2 1/2] libxc: move migration_stream's definition to xenguest.h

2016-03-09 Thread Wen Congyang
xc_domain_save() and xc_domain_restore's parameter will use this type, so it should be public. Signed-off-by: Wen Congyang --- tools/libxc/include/xenguest.h | 5 + tools/libxc/xc_sr_common.h | 10 -- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/tools/libxc/in