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.


add missed header file
Lei Xia [Thu, 16 Jun 2011 14:20:52 +0000 (09:20 -0500)]
linux_module/palacios-vnet.c

index 1584ab1..eb7761a 100644 (file)
@@ -16,6 +16,7 @@
 #include <vnet/vnet.h>
 #include "palacios-mm.h"
 #include "palacios-vnet.h"
+#include "linux-exts.h"
 
 static void host_print(const char *    fmt, ...) {