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.


separated configuration to 2 phases pre/post
[palacios.git] / palacios / include / palacios / vmm_config.h
index 5b614e9..716e5b6 100644 (file)
@@ -28,9 +28,9 @@
 #include <palacios/vmm.h>
 
 
+int v3_pre_config_guest(struct guest_info * info, struct v3_vm_config * config_ptr);
+int v3_post_config_guest(struct guest_info * info, struct v3_vm_config * config_ptr);
 
-int v3_config_guest(struct guest_info * info, struct v3_vm_config * config_ptr);
-int v3_config_devices(struct guest_info * info, struct v3_vm_config * config_ptr);
 
 
 #endif // ! __V3VEE__