X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=853c1e75c4c3f3237d7c5c8c202d889c6cffcee2;hb=b4e7d8dfa9d14865725acbc4fbac4a333bf5b769;hp=a0995261153c3ff9a76d607ed6bb85606683d6ed;hpb=668be595282778551b3bafd0d524398b29de67d5;p=palacios.git diff --git a/Kconfig b/Kconfig index a099526..853c1e7 100644 --- a/Kconfig +++ b/Kconfig @@ -285,6 +285,7 @@ config SHADOW_PAGING_VTLB depends on SHADOW_PAGING help Enables Virtual TLB implemenation for shadow paging + Virtual TLB now uses PAE so there are no 4 GB restrictions config DEBUG_SHDW_PG_VTLB @@ -323,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"