X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=853c1e75c4c3f3237d7c5c8c202d889c6cffcee2;hb=675206650bb9a05023c0e53a1e0c21aa1f375f88;hp=1813178c287d96cb1118f466f4f2d8e365609535;hpb=5ef0e92d52b2698fd2706cd7cfc2b01526a6e319;p=palacios.git diff --git a/Kconfig b/Kconfig index 1813178..853c1e7 100644 --- a/Kconfig +++ b/Kconfig @@ -338,6 +338,21 @@ config DEBUG_SWAPPING 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"