X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=5edd4543f1069b6801f937af4ff340b2726cdb64;hb=700ce14388ea852b7599b73b0d5a9f94fd873045;hp=2c313df0622f47ed2fca0a8b28ee35293747aa77;hpb=9a9b55daa9e3bfd2214f620b9adbba6307dacd11;p=palacios.git diff --git a/Kconfig b/Kconfig index 2c313df..5edd454 100644 --- a/Kconfig +++ b/Kconfig @@ -175,8 +175,21 @@ config CHECKPOINT bool "Enable Checkpointing" default n help - Temporary option to enable experimental checkpoint code + Enable checkpointing functionality (save/load VMs) +config LIVE_MIGRATION + bool "Enable Live Migration" + depends on CHECKPOINT + default n + help + Enable live migration functionality (send/receive VMs) + +config DEBUG_CHECKPOINT + bool "Enable Checkpointing and Live Migration Debugging Output" + depends on CHECKPOINT + default n + help + Generate output from the debugging statements in checkpointing and live migration endmenu @@ -278,8 +291,9 @@ config DEBUG_VNET endmenu -menu "Debug configuration" +source "palacios/src/gears/Kconfig" +menu "Debug configuration" ## Is unwind information useful @@ -343,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 @@ -373,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