Re: [PATCH] xen/multiboot: Make headers be standalone

2024-11-14 Thread Jan Beulich
On 13.11.2024 19:51, Andrew Cooper wrote: > --- a/xen/include/xen/multiboot.h > +++ b/xen/include/xen/multiboot.h > @@ -17,7 +17,7 @@ > #ifndef __MULTIBOOT_H__ > #define __MULTIBOOT_H__ > > -#include "const.h" > +#include > > /* > * Multiboot header structure. > @@ -45,41 +45,43 @@ > >

Re: [PATCH] xen/multiboot: Make headers be standalone

2024-11-14 Thread Frediano Ziglio
On Wed, Nov 13, 2024 at 6:51 PM Andrew Cooper wrote: > > Both require xen/types.h. > > Change multiboot.h to include const.h by it's more normal path, and swap u32 > for uint32_t. > > Signed-off-by: Andrew Cooper > --- > CC: Jan Beulich > CC: Roger Pau Monné > --- > xen/include/xen/multiboot.h

Re: [PATCH] xen/multiboot: Make headers be standalone

2024-11-13 Thread Jason Andryuk
On 2024-11-13 13:51, Andrew Cooper wrote: Both require xen/types.h. Change multiboot.h to include const.h by it's more normal path, and swap u32 for uint32_t. Signed-off-by: Andrew Cooper Reviewed-by: Jason Andryuk

[PATCH] xen/multiboot: Make headers be standalone

2024-11-13 Thread Andrew Cooper
Both require xen/types.h. Change multiboot.h to include const.h by it's more normal path, and swap u32 for uint32_t. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné --- xen/include/xen/multiboot.h | 68 +++- xen/include/xen/multiboot2.h |