X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=7e231b00e49679aac4d65f3e3e0bbb861cad6409;hb=6e7b9d67ea5d13abef6c62ca7b257f8085bfebd9;hp=b2479b3127ba95221f08f0c520fb7f95b309a3b9;hpb=2fff50d3e72abf29655326449ed4dc5cf6e8f429;p=palacios.releases.git diff --git a/Kconfig b/Kconfig index b2479b3..7e231b0 100644 --- a/Kconfig +++ b/Kconfig @@ -165,7 +165,13 @@ config PMU_TELEMETRY Enable telemetry information for a range of PMU counters This causes the currently configured PMU counts to be printed - +config PWRSTAT_TELEMETRY + bool "Enable power statistics telemetry" + default n + depends on TELEMETRY && HOST_PWRSTAT + help + Enable telemetry information for power/energy counters + config EXPERIMENTAL bool "Enable Experimental options" @@ -430,6 +436,21 @@ config DEBUG_MEM_ERRORS help This turns on debugging for memory translations and lookups +config DEBUG_LOCKS + bool "Lock debugging (if host supports it)" + default n + depends on DEBUG_ON + help + This turns on lock debugging for locks in Palacios and in its host-specifc glue code. This requires host support. + +config DEBUG_MEM_ALLOC + bool "Memory allocation debugging (if host supports it)" + default n + depends on DEBUG_ON + help + This turns on memory allocation debugging in Palacios, using the mechanisms provided by the host + + endmenu