On Sat, Aug 15, 2020 at 03:03:37PM +0200, Juergen Gross wrote: > In order to harmonize names of library related make variables switch > XEN_LIBXEN* names to XEN_libxen*, as all other related variables (e.g. > CFLAGS_libxen*, SHDEPS_libxen*, ...) already use this pattern. > > Rename XEN_LIBXC to XEN_libxenctrl, XEN_XENSTORE to XEN_libxenstore, > XEN_XENLIGHT to XEN_libxenlight, XEN_XLUTIL to XEN_libxlutil, and > XEN_LIBVCHAN to XEN_libxenvchan for the same reason. > > Introduce XEN_libxenguest with the same value as XEN_libxenctrl. > > No functional change. > > Signed-off-by: Juergen Gross <jgr...@suse.com>
Acked-by: Wei Liu <w...@xen.org>