Re: [PATCH v3 1/4] tools: rename xen-tools/libs.h file to common-macros.h

2023-03-21 Thread Anthony PERARD
On Mon, Mar 06, 2023 at 08:21:37AM +0100, Juergen Gross wrote: > In order to better reflect the contents of the header and to make it > more appropriate to use it for different runtime environments like > programs, libraries, and firmware, rename the libs.h include file to > common-macros.h. Additi

Re: [PATCH v3 1/4] tools: rename xen-tools/libs.h file to common-macros.h

2023-03-06 Thread Juergen Gross
On 06.03.23 08:52, Jan Beulich wrote: On 06.03.2023 08:21, Juergen Gross wrote: In order to better reflect the contents of the header and to make it more appropriate to use it for different runtime environments like programs, libraries, and firmware, rename the libs.h include file to common-macr

Re: [PATCH v3 1/4] tools: rename xen-tools/libs.h file to common-macros.h

2023-03-05 Thread Jan Beulich
On 06.03.2023 08:21, Juergen Gross wrote: > In order to better reflect the contents of the header and to make it > more appropriate to use it for different runtime environments like > programs, libraries, and firmware, rename the libs.h include file to > common-macros.h. Additionally add a comment

[PATCH v3 1/4] tools: rename xen-tools/libs.h file to common-macros.h

2023-03-05 Thread Juergen Gross
In order to better reflect the contents of the header and to make it more appropriate to use it for different runtime environments like programs, libraries, and firmware, rename the libs.h include file to common-macros.h. Additionally add a comment pointing out the need to be self-contained. Sugge