>>> On 10.05.16 at 23:05, <car...@cardoe.com> wrote:
> --- a/xen/Kconfig.debug
> +++ b/xen/Kconfig.debug
> @@ -15,4 +15,11 @@ config DEBUG
>         option is intended for development purposes only, and not for
>         production use.
>  
> +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.

The "depends on DEBUG || EXPERT" did get lost here (or, looking at
the following patch, a respective "if" framing them all).

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to