X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=bcf3ef7f4a5fdbf3862164ad4ff84f5a78fb8626;hb=942e77fd2938f2226a3386eee8bb2605782acbb9;hp=2c313df0622f47ed2fca0a8b28ee35293747aa77;hpb=9a9b55daa9e3bfd2214f620b9adbba6307dacd11;p=palacios.git diff --git a/Kconfig b/Kconfig index 2c313df..bcf3ef7 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