Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Add memory tracking functionality to Palacios
[palacios.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 1813178..853c1e7 100644 (file)
--- 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"