Re: [Xen-devel] [PATCH 6/6] libxl: move common nic stuff into one source

2016-07-25 Thread Wei Liu
On Tue, Jul 12, 2016 at 05:30:44PM +0200, Juergen Gross wrote: > Put all nic related stuff of libxl form common files into a dedicated > source file. > > Signed-off-by: Juergen Gross Assuming this is pure code motion: Acked-by: Wei Liu ___ Xen-devel

[Xen-devel] [PATCH 6/6] libxl: move common nic stuff into one source

2016-07-12 Thread Juergen Gross
Put all nic related stuff of libxl form common files into a dedicated source file. Signed-off-by: Juergen Gross --- tools/libxl/Makefile | 2 +- tools/libxl/libxl.c | 474 +--- tools/libxl/libxl_create.c | 23 +- tools/libxl/libxl_internal.h