On 07.10.2024 19:57, Jason Andryuk wrote: > On 2024-10-06 17:49, Daniel P. Smith wrote: >> --- /dev/null >> +++ b/xen/arch/x86/include/asm/bootinfo.h >> @@ -0,0 +1,29 @@ >> +/* SPDX-License-Identifier: GPL-2.0-or-later */ >> +/* >> + * Copyright (c) 2024 Christopher Clark <christopher.w.cl...@gmail.com> >> + * Copyright (c) 2024 Apertus Solutions, LLC >> + * Author: Daniel P. Smith <dpsm...@apertussolutions.com> >> + */ >> + >> +#ifndef __XEN_X86_BOOTINFO_H__ >> +#define __XEN_X86_BOOTINFO_H__ > > I haven't been following closely, but I think if we follow Frediano's > naming scheme, it would be: > ASM__X86__BOOTINFO_H > > With that (or whatever it should be), > Reviewed-by: Jason Andryuk <jason.andr...@amd.com>
And then also Acked-by: Jan Beulich <jbeul...@suse.com> Jan