On Fri, Aug 28, 2020 at 05:07:44PM +0200, Juergen Gross wrote:
> Carve out all libxenlight related sources and move them to
> tools/libs/light in order to use the generic library build environment.
>
> The closely related sources for libxl-save-helper and the libxl test
> environment are being moved, too.
>
> Signed-off-by: Juergen Gross <[email protected]>
> Acked-by: Wei Liu <[email protected]>
It occurs to me you may need to modify golang/xenlight/Makefile.
There is
LIBXL_SRC_DIR = ../../libxl
in it.
I didn't hit any error perhaps due to I didn't have golang installed.
Wei.