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 swapping and pinning capability to Palacios
[palacios.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 58a998a..1813178 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -324,6 +324,20 @@ 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
 endmenu
 
 menu "Symbiotic Functions"