Re: [PATCH v4 29/31] tools: rename global libxlutil make variables

2020-10-01 Thread Wei Liu
On Mon, Sep 07, 2020 at 06:16:32PM +0200, Jürgen Groß wrote: > On 07.09.20 17:55, Wei Liu wrote: > > On Fri, Aug 28, 2020 at 05:07:45PM +0200, Juergen Gross wrote: > > > Rename *_libxlutil make variables to *_libxenutil in order to avoid > > > nasty indirections when moving libxlutil under the tool

Re: [PATCH v4 29/31] tools: rename global libxlutil make variables

2020-09-07 Thread Jürgen Groß
On 07.09.20 17:55, Wei Liu wrote: On Fri, Aug 28, 2020 at 05:07:45PM +0200, Juergen Gross wrote: Rename *_libxlutil make variables to *_libxenutil in order to avoid nasty indirections when moving libxlutil under the tools/libs infrastructure. xl means xenlight. So I think the name should be l

Re: [PATCH v4 29/31] tools: rename global libxlutil make variables

2020-09-07 Thread Wei Liu
On Fri, Aug 28, 2020 at 05:07:45PM +0200, Juergen Gross wrote: > Rename *_libxlutil make variables to *_libxenutil in order to avoid > nasty indirections when moving libxlutil under the tools/libs > infrastructure. xl means xenlight. So I think the name should be libxenlightutil here. Wei.

[PATCH v4 29/31] tools: rename global libxlutil make variables

2020-08-28 Thread Juergen Gross
Rename *_libxlutil make variables to *_libxenutil in order to avoid nasty indirections when moving libxlutil under the tools/libs infrastructure. Signed-off-by: Juergen Gross --- tools/Rules.mk | 10 +- tools/libxl/Makefile | 4 ++-- tools/xl/Makefile| 4 ++-- 3 files changed