X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=Kconfig;h=5288b22e5c9551d61773d96535397acd0834252b;hp=58a998ac5f7c70bd7533f700c20969305be50e26;hb=022f63d320c2837822dc7f6be84f860a01f02d7c;hpb=c7dc4898f820a63f38c04add12f74d9ea1295ffc diff --git a/Kconfig b/Kconfig index 58a998a..5288b22 100644 --- a/Kconfig +++ b/Kconfig @@ -185,7 +185,7 @@ config LAZY_FP_SWITCH and restored on each entry---this save/restore is entirely done in Palacios. - + endmenu source "palacios/src/extensions/Kconfig" @@ -324,6 +324,35 @@ config DEBUG_SHADOW_PAGING_CACHE # help # Enables debugging messages for the KVM-style shadow pager + +config SWAPPING + bool "Enable swapping" + default n + depends on (SHADOW_PAGING || NESTED_PAGING) && FILE + help + Enables swapping of regions of guest physical memory to a file + +config DEBUG_SWAPPING + bool "Enable swapping debugging" + default n + depends on SWAPPING + help + Provides debugging output from the swapping system + +config MEM_TRACK + bool "Enable memory access tracking" + default n + depends on SHADOW_PAGING || NESTED_PAGING + help + Allows tracking of memory accesses on a page granularity + +config DEBUG_MEM_TRACK + bool "Enable memory access tracking debugging" + default n + depends on MEM_TRACK + help + Provides debugging output for memory access tracking + endmenu menu "Symbiotic Functions" @@ -387,6 +416,28 @@ endmenu source "palacios/src/gears/Kconfig" + +menu "HVM" + +config HVM + bool "Support Hybrid Virtual Machines" + default n + help + If set, it is possible to make VMs that are partitioned + (cores, memory, devices, hardware access, etc) into + a part ("the ROS") that supports normal VM operation and + a part ("the HRT") that supports Hybrid Run-Times, + for example Nautilus-based HRTs for parallel languages. + +config DEBUG_HVM + depends on HVM + bool "Enable HVM debugging in Palacios" + default n + help + Enable HVM debugging output + +endmenu + menu "Debug configuration" ## Is unwind information useful