On 13.02.2025 09:28, [email protected] wrote: > --- a/xen/include/xen/version.h > +++ b/xen/include/xen/version.h > @@ -29,4 +29,7 @@ int xen_build_id_check(const Elf_Note *n, unsigned int n_sz, > static inline void xen_build_init(void) {}; > #endif > > +void xen_print_version(void); > +void xen_print_build_id(void);
Hmm, I'm sorry, as I should have thought of this earlier already: What exactly is the significance of the xen_ prefixes here? We're in Xen sources after all. Jan
