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.


minor fix on reference of v3_init_vnet
[palacios.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 75c7658..0910a5f 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -96,7 +96,6 @@ config CONSOLE
          Select this if you want to forward a guest console interface to some host OS service
 
 
-
 config SOCKET
        bool "Host support for Network Sockets"
        default y
@@ -213,6 +212,14 @@ config DEBUG_SHDW_PG_VTLB
        help
          Enables debugging messages for VTLB implementation
 
+config SHADOW_PAGING_CACHE1
+       bool "Shadow Page Cache (1)"
+       default y
+       depends on SHADOW_PAGING
+       help 
+          Enables caching implemenation for shadow paging
+
+
 endmenu