X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=5edd4543f1069b6801f937af4ff340b2726cdb64;hb=298a05652b5704f9881af0683e3f16fc4cd03959;hp=bcf3ef7f4a5fdbf3862164ad4ff84f5a78fb8626;hpb=3716aafce2de9e12ed62bee37968bfc0e0eaed44;p=palacios.releases.git diff --git a/Kconfig b/Kconfig index bcf3ef7..5edd454 100644 --- a/Kconfig +++ b/Kconfig @@ -357,6 +357,13 @@ config DEBUG_TIME help This turns on debugging of system time virtualization +config DEBUG_SCHEDULER + bool "Scheduler" + default n + depends on DEBUG_ON + help + This turns on debugging for scheduler + config DEBUG_IO bool "IO" default n @@ -387,6 +394,13 @@ config DEBUG_HALT help This turns on debugging for the halt instruction handler +config DEBUG_MWAIT + bool "MWAIT/MONITOR" + default n + depends on DEBUG_ON + help + This turns on debugging for the mwait and monitor instruction handlers + config DEBUG_DEV_MGR bool "Device Manager" default n