X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fextensions%2FKconfig;h=15fc29096578ca7d1b563d6afdc9a823f3e5d7dc;hb=4d1d8fadad33de7d3ebce2083d9782048f78b44e;hp=98f35d82cba1bc5654e454fc4ea23f8ce7d68ca9;hpb=248165419c37671ef8bad2fe5851a32f3fe837d3;p=palacios.git diff --git a/palacios/src/extensions/Kconfig b/palacios/src/extensions/Kconfig index 98f35d8..15fc290 100644 --- a/palacios/src/extensions/Kconfig +++ b/palacios/src/extensions/Kconfig @@ -12,7 +12,7 @@ config EXT_MACH_CHECK help Provides a virtualized machine-check architecture -config DEGUB_EXT_MACH_CHECK +config DEBUG_EXT_MACH_CHECK bool "Debug machine-check functionality" default n depends on EXT_MACH_CHECK @@ -25,4 +25,51 @@ config EXT_INSPECTOR help Provides the inspection extension +config EXT_VMWARE + bool "VMWare Persona" + default n + help + Provides a VMWare persona to allow TSC calibration + +config EXT_SCHED_EDF + bool "EDF Real-time Scheduler" + default n + help + Provides a full real-time EDF scheduler for VM cores + +config DEBUG_EXT_SCHED_EDF + bool "Debugging for EDF Real-time Scheduler" + default n + depends on DEBUG_ON && EXT_SCHED_EDF + +config EXT_CPU_MAPPER_EDF + bool "CPU Mapper for EDF Scheduler" + default n + help + Provides an CPU Mapper for EDF scheduler + +config DEBUG_EXT_CPU_MAPPER_EDF + bool "Debugging for EDF CPU Mapper" + default n + depends on DEBUG_ON && EXT_CPU_MAPPER_EDF + +config TM_FUNC + bool "Enable Intel Transactional Memory Emulation" + default n + depends on SVM && QUIX86 && EXPERIMENTAL + help + Enable Palacios to emulate Intel's hardware + transactional memory extensions. This is the + Restricted Transactional Memory (RTM) featureset, + part of Intel's TSX extensions. + + Ironically, this feature is only implemented for AMD (SVM) + +config DEBUG_TM_FUNC + bool "Enable transactional memory emulation debugging output" + depends on DEBUG_ON && TM_FUNC + default n + help + Enable Transactional Memory debugging output + endmenu