From: Konrad Rzeszutek Wilk Date: Tue, 21 Jan 2014 17:26:07 +0000 (-0500) Subject: config: Enable CONFIG_DEBUG_VM= and CONFIG_DEBUG_VIRTUAL X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=da5f565df59493288550e7671e55c4c023dce969;p=xentesttools%2Fbootstrap.git config: Enable CONFIG_DEBUG_VM= and CONFIG_DEBUG_VIRTUAL to find out if PVH is accessing pages during bootup outside proper ranges. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/linux.config b/linux.config index 1ad7828..d13495c 100644 --- a/linux.config +++ b/linux.config @@ -905,3 +905,7 @@ CONFIG_HOTPLUG_PCI_PCIE=y CONFIG_X86_SYSFB=y CONFIG_XEN_PVH=y + +CONFIG_DEBUG_VM=y +CONFIG_DEBUG_VIRTUAL=y +