On Monday, February 24th, 2025 at 3:03 AM, Jan Beulich
wrote:
>
>
> On 21.02.2025 23:10, dm...@proton.me wrote:
>
> > --- a/xen/common/version.c
> > +++ b/xen/common/version.c
> > @@ -210,10 +210,29 @@ void __init xen_build_init(void)
> > }
> > }
> > #endif /* CONFIG_X86 */
> > - if ( !rc )
On 21.02.2025 23:10, dm...@proton.me wrote:
> --- a/xen/common/version.c
> +++ b/xen/common/version.c
> @@ -210,10 +210,29 @@ void __init xen_build_init(void)
> }
> }
> #endif /* CONFIG_X86 */
> -if ( !rc )
> -printk(XENLOG_INFO "build-id: %*phN\n", build_id_len, build_id
Add Xen version printout to 'h' keyhandler output.
That is useful for debugging systems that have been left intact for a long
time.
Signed-off-by: Denis Mukhin
Reviewed-by: Jan Beulich
---
Changes since v5:
- moved new code outside of #ifdef BUILD_ID
---
xen/common/keyhandler.c| 4
x