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.


reorganization of the symbiotic infrastructure
[palacios.git] / palacios / src / palacios / vm_guest.c
index 87f4f31..d0a8fb8 100644 (file)
@@ -430,7 +430,7 @@ int v3_init_vm(struct v3_vm_info * vm) {
 
 
 #ifdef CONFIG_SYMBIOTIC
-    v3_init_sym_iface(vm);
+    v3_init_symbiotic_vm(vm);
 #endif
 
     v3_init_dev_mgr(vm);
@@ -494,7 +494,7 @@ int v3_init_core(struct guest_info * core) {
 
 
 #ifdef CONFIG_SYMBIOTIC
-    v3_init_sym_core(core);
+    v3_init_symbiotic_core(core);
 #endif
 
     // init SVM/VMX