X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fextensions%2FKconfig;h=897d3688c5adf899a2c01098c0ba162196324ea7;hb=b0056428ce1c60d7d9b6ac0a2cd11df597b58a92;hp=a8beae62d33904dd693e762ec0caab6631f6ce57;hpb=df510a069624b48dda1ad66368954f028757b1bc;p=palacios.git diff --git a/palacios/src/extensions/Kconfig b/palacios/src/extensions/Kconfig index a8beae6..897d368 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 @@ -37,4 +37,36 @@ config EXT_SCHED_EDF 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 RTM Emulation Support" + default n + 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. + +config DEBUG_TM_FUNC + bool "Enable RTM debugging output" + depends on TM_FUNC + default n + help + Enable Transactional Memory debugging output + endmenu