Re: [Xen-devel] [PATCH v4 2/6] build: convert crash_debug to Kconfig

2016-05-23 Thread Doug Goldstein
On 5/23/16 8:22 AM, Konrad Rzeszutek Wilk wrote: >> +config CRASH_DEBUG >> +bool "Crash Debugging Support" >> +depends on X86 >> +---help--- >> + If you want to be able to attach gdb to Xen to be able to debug > > s/be able// > I'll drop the extra 'to' as well. ;) "If you want

Re: [Xen-devel] [PATCH v4 2/6] build: convert crash_debug to Kconfig

2016-05-23 Thread Konrad Rzeszutek Wilk
> +config CRASH_DEBUG > + bool "Crash Debugging Support" > + depends on X86 > + ---help--- > + If you want to be able to attach gdb to Xen to be able to debug s/be able// > + Xen if it crashes then say Y. > + ___ Xen-devel maili

[Xen-devel] [PATCH v4 2/6] build: convert crash_debug to Kconfig

2016-05-21 Thread Doug Goldstein
Convert the crash_debug option to Kconfig as CONFIG_CRASH_DEBUG. This was previously togglable on the command line so this adds a message for users enabling it from the command line to tell them to enable it from make menuconfig. Signed-off-by: Doug Goldstein --- CC: Andrew Cooper CC: George Dun