Re: [Xen-devel] [PATCH v2 02/12] libxl: make some functions global to prepare splitting up libxl.c

2017-02-09 Thread Juergen Gross
On 09/02/17 16:44, Wei Liu wrote: > On Thu, Feb 09, 2017 at 12:42:41PM +0100, Juergen Gross wrote: >> On 09/02/17 12:36, Ian Jackson wrote: >>> Juergen Gross writes ("[PATCH v2 02/12] libxl: make some functions global >>> to prepare splitting up libxl.c"): Splitting up libxl.c will require

Re: [Xen-devel] [PATCH v2 02/12] libxl: make some functions global to prepare splitting up libxl.c

2017-02-09 Thread Wei Liu
On Thu, Feb 09, 2017 at 12:42:41PM +0100, Juergen Gross wrote: > On 09/02/17 12:36, Ian Jackson wrote: > > Juergen Gross writes ("[PATCH v2 02/12] libxl: make some functions global > > to prepare splitting up libxl.c"): > >> Splitting up libxl.c will require two functions to be globally visible.

Re: [Xen-devel] [PATCH v2 02/12] libxl: make some functions global to prepare splitting up libxl.c

2017-02-09 Thread Juergen Gross
On 09/02/17 12:36, Ian Jackson wrote: > Juergen Gross writes ("[PATCH v2 02/12] libxl: make some functions global to > prepare splitting up libxl.c"): >> Splitting up libxl.c will require two functions to be globally visible. >> Add their prototypes to libxl_internal.h. > > Thanks. However, >

Re: [Xen-devel] [PATCH v2 02/12] libxl: make some functions global to prepare splitting up libxl.c

2017-02-09 Thread Ian Jackson
Juergen Gross writes ("[PATCH v2 02/12] libxl: make some functions global to prepare splitting up libxl.c"): > Splitting up libxl.c will require two functions to be globally visible. > Add their prototypes to libxl_internal.h. Thanks. However, > -static void xcinfo2xlinfo(libxl_ctx *ctx, > -

[Xen-devel] [PATCH v2 02/12] libxl: make some functions global to prepare splitting up libxl.c

2017-02-09 Thread Juergen Gross
Splitting up libxl.c will require two functions to be globally visible. Add their prototypes to libxl_internal.h. Signed-off-by: Juergen Gross --- tools/libxl/libxl.c | 12 ++-- tools/libxl/libxl_internal.h | 7 +++ 2 files changed, 13 insertions(+), 6