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.


Fix to the interface header files include
Lei Xia [Wed, 13 Apr 2011 16:48:09 +0000 (11:48 -0500)]
palacios/src/interfaces/vmm_packet.c

index a813a7c..10bdbda 100644 (file)
  * redistribute, and modify it as specified in the file "V3VEE_LICENSE".
  */
 
-#include <interfaces/vmm.h>
+#include <palacios/vmm.h>
 #include <palacios/vmm_debug.h>
 #include <palacios/vmm_types.h>
 #include <palacios/vm_guest.h>
-#include <palacios/vmm_packet.h>
+#include <interfaces/vmm_packet.h>
 
 static struct v3_packet_hooks * packet_hooks = 0;