X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=bb241eee906cf69ab258db8fea7dfb242937c431;hb=97f4e32a34233946b20aa61521723a07df4db1a8;hp=9d3cbb90924b7e1f009e75ca4c369be9b365edac;hpb=c8a303c8512c0dafcb8dd5f83e6682729165d547;p=palacios.releases.git diff --git a/Kconfig b/Kconfig index 9d3cbb9..bb241ee 100644 --- a/Kconfig +++ b/Kconfig @@ -182,13 +182,26 @@ config DEBUG_LINUX_VIRTIO_VNET help Enable debugging for the VNET Virtio Device +config LINUX_VNET_BRIDGE + bool "Enable VNET Bridge for Linux host" + default n + depends on PCI && EXPERIMENTAL && VNET && LINUX + help + Enable the VNET Bridge for Linux host + +config DEBUG_LINUX_VNET_BRIDGE + bool "VNET Host Linux Bridge Debug" + default n + depends on LINUX_VNET_BRIDGE && DEBUG_ON && LINUX + help + Enable debugging for the VNET Host Linux Bridge + endmenu source "Kconfig.stdlibs" - menu "Virtual Paging" config SHADOW_PAGING @@ -224,6 +237,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 +356,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"