x86/boot: Link opt_dom0_verbose to CONFIG_VERBOSE_DEBUG
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 20 May 2019 10:14:05 +0000 (10:14 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 23 May 2019 14:59:00 +0000 (15:59 +0100)
commit679216943f545cad8ab0fa32763dd5b9efc44d5f
tree12529ba370c49a9ad9a9a2a48d997c4f974b669d
parent8978d258bb455794aed521928b2cdf1e12098d73
x86/boot: Link opt_dom0_verbose to CONFIG_VERBOSE_DEBUG

We currently have an asymmetric setup where CONFIG_VERBOSE_DEBUG controls
extra diagnostics for a PV dom0, and opt_dom0_verbose controls extra
diagnostics for a PVH dom0.

Default opt_dom0_verbose to CONFIG_VERBOSE_DEBUG and use opt_dom0_verbose
consistently.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
docs/misc/xen-command-line.pandoc
xen/arch/x86/dom0_build.c
xen/arch/x86/pv/dom0_build.c