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.


added new vmm_mem function to find next memory region
[palacios.git] / palacios / include / palacios / vmm_symbiotic.h
index 60bbb8f..530a5fc 100644 (file)
@@ -41,7 +41,7 @@ struct v3_sym_vm_state {
     struct v3_symspy_global_state symspy_state;
 
 #ifdef CONFIG_SYMMOD
-    struct v3_symmod_global_state symmod_state;
+    struct v3_symmod_state symmod_state;
 #endif
 };
 
@@ -53,9 +53,6 @@ struct v3_sym_core_state {
     struct v3_symcall_state symcall_state;
 #endif
 
-#ifdef CONFIG_SYMMOD
-    struct v3_symmod_local_state symmod_state;
-#endif
 };