Re: [PATCH v2 2/2] xen: update CONFIG_DEBUG_INFO help text

2023-04-05 Thread Jan Beulich
On 05.04.2023 13:24, Juergen Gross wrote: > On 04.04.23 11:09, Jan Beulich wrote: >> On 03.04.2023 18:28, Juergen Gross wrote: >>> --- a/xen/Kconfig.debug >>> +++ b/xen/Kconfig.debug >>> @@ -15,8 +15,14 @@ config DEBUG_INFO >>> bool "Compile Xen with debug info" >>> default DEBUG >>> he

Re: [PATCH v2 2/2] xen: update CONFIG_DEBUG_INFO help text

2023-04-05 Thread Juergen Gross
On 04.04.23 11:09, Jan Beulich wrote: On 03.04.2023 18:28, Juergen Gross wrote: --- a/xen/Kconfig.debug +++ b/xen/Kconfig.debug @@ -15,8 +15,14 @@ config DEBUG_INFO bool "Compile Xen with debug info" default DEBUG help - If you say Y here the resulting Xen will in

Re: [PATCH v2 2/2] xen: update CONFIG_DEBUG_INFO help text

2023-04-04 Thread Jan Beulich
On 03.04.2023 18:28, Juergen Gross wrote: > --- a/xen/Kconfig.debug > +++ b/xen/Kconfig.debug > @@ -15,8 +15,14 @@ config DEBUG_INFO > bool "Compile Xen with debug info" > default DEBUG > help > - If you say Y here the resulting Xen will include debugging info > - resu

[PATCH v2 2/2] xen: update CONFIG_DEBUG_INFO help text

2023-04-03 Thread Juergen Gross
Update the help text of the CONFIG_DEBUG_INFO option to be a little bit more specific. Signed-off-by: Juergen Gross --- V2: - expand help text, especially mentioning INSTALL_EFI_STRIP (Jan Beulich) --- xen/Kconfig.debug | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --g