X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=853c1e75c4c3f3237d7c5c8c202d889c6cffcee2;hb=e58b54396372b4f32ec569f4d8ce18065c769450;hp=58a998ac5f7c70bd7533f700c20969305be50e26;hpb=c7dc4898f820a63f38c04add12f74d9ea1295ffc;p=palacios.git diff --git a/Kconfig b/Kconfig index 58a998a..853c1e7 100644 --- a/Kconfig +++ b/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"