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.


Rename vmm_vnet.c to vmm_vnet_core.c
[palacios.git] / palacios / src / palacios / vmm_symbiotic.c
index c8943f0..239efdc 100644 (file)
@@ -64,7 +64,10 @@ int v3_init_symbiotic_vm(struct v3_vm_info * vm) {
 #endif
 
 #ifdef CONFIG_SYMMOD
-
+    if (v3_init_symmod_vm(vm, vm->cfg_data->cfg) == -1) {
+       PrintError("Error initializing global SymMod state\n");
+       return -1;
+    }
 #endif