Re: [Xen-devel] [PATCH v4 3/6] build: convert verbose to Kconfig

2016-05-23 Thread Doug Goldstein
On 5/23/16 8:19 AM, Konrad Rzeszutek Wilk wrote: >> >> +config VERBOSE_DEBUG >> +bool "Verbose debug messages" >> +default DEBUG >> +---help--- >> + Guest output from HYPERVISOR_console_io and hypervisor parsing >> + ELF images (dom0) is logged in the Xen ring buffer. > > i

Re: [Xen-devel] [PATCH v4 3/6] build: convert verbose to Kconfig

2016-05-23 Thread Konrad Rzeszutek Wilk
> > +config VERBOSE_DEBUG > + bool "Verbose debug messages" > + default DEBUG > + ---help--- > + Guest output from HYPERVISOR_console_io and hypervisor parsing > + ELF images (dom0) is logged in the Xen ring buffer. is logged? or will be logged? ___

[Xen-devel] [PATCH v4 3/6] build: convert verbose to Kconfig

2016-05-21 Thread Doug Goldstein
Convert 'verbose', which was enabled by 'debug=y' to Kconfig as CONFIG_VERBOSE_DEBUG which is enabled by default when CONFIG_DEBUG is enabled. Signed-off-by: Doug Goldstein --- CC: Stefano Stabellini CC: Julien Grall CC: Jan Beulich CC: Andrew Cooper CC: Daniel De Graaf --- INSTALL