Re: [Xen-devel] [PATCH 3/3] libxl: colo: only build COLO on Linux

2016-04-06 Thread Wei Liu
On Tue, Apr 05, 2016 at 09:06:02PM +0100, Wei Liu wrote: > Linux's netlink is required when initialising COLO, so make sure only to > compile COLO on Linux. > > Provide necessary stub functions in case COLO is disabled. This should > fix libxl build on FreeBSD. > > Signed-off-by: Wei Liu > --- >

[Xen-devel] [PATCH 3/3] libxl: colo: only build COLO on Linux

2016-04-05 Thread Wei Liu
Linux's netlink is required when initialising COLO, so make sure only to compile COLO on Linux. Provide necessary stub functions in case COLO is disabled. This should fix libxl build on FreeBSD. Signed-off-by: Wei Liu --- tools/libxl/Makefile| 5 tools/libxl/libxl_no_colo.c | 62 +