X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=64327907def679bf3dedbe724495bc64031a4e21;hb=51e81a720ed4c05dba61e9475a310d88f4f32e40;hp=ffe5e0c0f81b23c96fce245fa38446b7651a8a7e;hpb=d12cdf5b213b2b51d525914a852ceacd2c198b5a;p=palacios.git diff --git a/Kconfig b/Kconfig index ffe5e0c..6432790 100644 --- a/Kconfig +++ b/Kconfig @@ -284,6 +284,14 @@ config VNET help Enable the Vnet in Palacios +config DEBUG_VNET + depends on VNET + bool "Enable Vnet Debug in Palacios" + default n + help + Enable the Vnet debug in Palacios + + endmenu menu "Debug configuration" @@ -394,12 +402,12 @@ config DEBUG_DEV_MGR help This turns on debugging for the device manager -config DEBUG_VNET - depends on EXPERIMENTAL && VNET - bool "Enable Vnet Debug in Palacios" - default n - help - Enable the Vnet debug in Palacios +config DEBUG_MEM_ERRORS + bool "Verbose memory errors" + default n + depends on DEBUG_ON + help + This turns on debugging for memory translations and lookups endmenu