From: Konrad Rzeszutek Wilk Date: Tue, 29 Apr 2014 13:40:31 +0000 (-0400) Subject: config: Disable CONFIG_DEBUG_VIRTUAL as it breaks baremetal and Xen X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9cfa3773afea5a979ef9715374506017a7311587;p=xentesttools%2Fbootstrap.git config: Disable CONFIG_DEBUG_VIRTUAL as it breaks baremetal and Xen Still unclear why. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/linux.config b/linux.config index d13495c..0d8a216 100644 --- a/linux.config +++ b/linux.config @@ -907,5 +907,5 @@ CONFIG_X86_SYSFB=y CONFIG_XEN_PVH=y CONFIG_DEBUG_VM=y -CONFIG_DEBUG_VIRTUAL=y +# CONFIG_DEBUG_VIRTUAL is not set