X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=3cb3f704828b3ac3f70410c15326016e1686a4d8;hb=15dbc69e8f6cfe2821125700d5fb95f588a403a5;hp=9d3cbb90924b7e1f009e75ca4c369be9b365edac;hpb=c8a303c8512c0dafcb8dd5f83e6682729165d547;p=palacios.releases.git diff --git a/Kconfig b/Kconfig index 9d3cbb9..3cb3f70 100644 --- a/Kconfig +++ b/Kconfig @@ -57,6 +57,13 @@ config VMX Compile with support for Intel VMX +config DEBUG_INFO + bool "Compile with Debug Information" + default n + help + Compiles the Palacios library with debugging symbols + + menu "Supported host OS features" config MULTITHREAD_OS @@ -95,12 +102,20 @@ config CONSOLE help Select this if you want to forward a guest console interface to some host OS service - config SOCKET - bool "Host support for Network Sockets" - default y + bool "Host support for Network Sockets" + default y + help + Select this if you host OS implements a socket API that is available to Palacios. This is required + to support the internal networking features of Palacios. + + +config PACKET + bool "Host support for Raw Packet Transmision" + depends on EXPERIMENTAL + default n help - Select this if you host OS implements a socket API that is available to Palacios. This is required + Select this if you host OS implements a raw packet network API that is available to Palacios. This is required to support the internal networking features of Palacios. endmenu @@ -161,13 +176,6 @@ config DEBUG_VNET help Enable the Vnet debug in Palacios -config VNET_PROFILE - depends on EXPERIMENTAL && VNET - bool "Enable Vnet Profiling in Palacios" - default n - help - Enable the Vnet performance profiling in Palacios - config LINUX_VIRTIO_VNET bool "Enable Virtio VNET interface" default n @@ -176,11 +184,11 @@ config LINUX_VIRTIO_VNET Enable the Virtio VNET interface config DEBUG_LINUX_VIRTIO_VNET - bool "VNET Virtio Device Debugging" + bool "Virtio VNET Interface Debugging" default n depends on LINUX_VIRTIO_VNET && DEBUG_ON help - Enable debugging for the VNET Virtio Device + Enable debugging for the VNET Virtio interface endmenu @@ -188,7 +196,6 @@ endmenu source "Kconfig.stdlibs" - menu "Virtual Paging" config SHADOW_PAGING @@ -224,6 +231,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 +350,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"