X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=0910a5fc24130da364949d76aa3887eae6710154;hb=c866a4f177e15627d31988d5eefa18812bfd5341;hp=9d3cbb90924b7e1f009e75ca4c369be9b365edac;hpb=c8a303c8512c0dafcb8dd5f83e6682729165d547;p=palacios.git diff --git a/Kconfig b/Kconfig index 9d3cbb9..0910a5f 100644 --- a/Kconfig +++ b/Kconfig @@ -188,7 +188,6 @@ endmenu source "Kconfig.stdlibs" - menu "Virtual Paging" config SHADOW_PAGING @@ -224,6 +223,18 @@ config SHADOW_PAGING_CACHE1 endmenu +menu "Time Management" + +config TIME_VIRTUALIZE_TSC + bool "Virtualize guest TSC" + default n + help + Virtualize the processor time stamp counter in the guest, + generally increasing consistency between various time sources + but also potentially making guest time run slower than real time. + +endmenu + menu "Symbiotic Functions" config SYMBIOTIC @@ -331,7 +342,12 @@ config DEBUG_INTERRUPTS help This turns on debugging for the interrupt system - +config DEBUG_TIME + bool "Timing" + default n + depends on DEBUG_ON + help + This turns on debugging of system time virtualization config DEBUG_IO bool "IO"