[PATCH 0/2] move KB() etc to make it usable by x86'es mkelf32

Jan Beulich posted 2 patches 1 week, 5 days ago
Failed in applying to current master (apply log)
[PATCH 0/2] move KB() etc to make it usable by x86'es mkelf32
Posted by Jan Beulich 1 week, 5 days ago
mkelf32.c doesn't want to include config.h; if anything, it would probably be
autoconf.h which it might include if so needed.

1: include: move KB() etc to macros.h
2: x86/mkelf32: use xen/macros.h

Jan
Re: [PATCH 0/2] move KB() etc to make it usable by x86'es mkelf32
Posted by Andrew Cooper 1 week, 5 days ago
On 21/04/2026 9:35 am, Jan Beulich wrote:
> mkelf32.c doesn't want to include config.h; if anything, it would probably be
> autoconf.h which it might include if so needed.
>
> 1: include: move KB() etc to macros.h
> 2: x86/mkelf32: use xen/macros.h

Ah yes, I've been wanting to move them out of config.h for a while.

Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>