Re: [PATCH v3 0/4] tools: use xen-tools/libs.h for common definitions

2023-03-06 Thread Christian Lindig
> On 6 Mar 2023, at 07:21, Juergen Gross wrote: > > There are some macros defined multiple times in tools. Use only > a single header file for defining those macros and drop the copies. > > V2: > - add patch 1 (Andrew Cooper) > > V3: > - address comments > > Juergen Gross (4): > tools:

[PATCH v3 0/4] tools: use xen-tools/libs.h for common definitions

2023-03-05 Thread Juergen Gross
There are some macros defined multiple times in tools. Use only a single header file for defining those macros and drop the copies. V2: - add patch 1 (Andrew Cooper) V3: - address comments Juergen Gross (4): tools: rename xen-tools/libs.h file to common-macros.h tools: add container_of()