Re: [Xen-devel] [PATCH v1 3/5] tools/libxl: move remus codes into libxl_remus.c

2015-06-02 Thread Yang Hongyang
On 06/02/2015 10:46 PM, Ian Campbell wrote: On Wed, 2015-05-20 at 18:01 +0800, Yang Hongyang wrote: move remus codes into libxl_remus.c "code" Apart from dropping some "static" and adding some prototypes to the header this is purely motion, correct? (I assume this about the last one too).

Re: [Xen-devel] [PATCH v1 3/5] tools/libxl: move remus codes into libxl_remus.c

2015-06-02 Thread Ian Campbell
On Wed, 2015-05-20 at 18:01 +0800, Yang Hongyang wrote: > move remus codes into libxl_remus.c "code" Apart from dropping some "static" and adding some prototypes to the header this is purely motion, correct? (I assume this about the last one too). > diff --git a/tools/libxl/libxl_internal.h b/too

[Xen-devel] [PATCH v1 3/5] tools/libxl: move remus codes into libxl_remus.c

2015-05-20 Thread Yang Hongyang
move remus codes into libxl_remus.c Signed-off-by: Yang Hongyang CC: Ian Campbell CC: Ian Jackson CC: Wei Liu CC: Andrew Cooper --- tools/libxl/Makefile | 2 +- tools/libxl/libxl.c | 55 +--- tools/libxl/libxl_dom.c | 223 ++- tools/li