> On 6 Mar 2023, at 07:21, Juergen Gross <jgr...@suse.com> 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: rename xen-tools/libs.h file to common-macros.h > tools: add container_of() macro to xen-tools/common-macros.h > tools: get rid of additional min() and max() definitions > tools: add offsetof() to xen-tools/common-macros.h Acked-by: Christian Lindig <christian.lin...@cloud.com>
- [PATCH v3 0/4] tools: use xen-tools/libs.h for common def... Juergen Gross
- [PATCH v3 1/4] tools: rename xen-tools/libs.h file t... Juergen Gross
- Re: [PATCH v3 1/4] tools: rename xen-tools/libs.... Jan Beulich
- Re: [PATCH v3 1/4] tools: rename xen-tools/l... Juergen Gross
- [PATCH v3 2/4] tools: add container_of() macro to xe... Juergen Gross
- [PATCH v3 3/4] tools: get rid of additional min() an... Juergen Gross
- [PATCH v3 4/4] tools: add offsetof() to xen-tools/co... Juergen Gross
- Re: [PATCH v3 4/4] tools: add offsetof() to xen-... Jan Beulich
- Re: [PATCH v3 4/4] tools: add offsetof() to ... Juergen Gross
- Re: [PATCH v3 0/4] tools: use xen-tools/libs.h for c... Christian Lindig