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.


added include to fix compilation on certain linux versions
Kyle Hale [Tue, 24 Apr 2012 21:09:39 +0000 (17:09 -0400)]
linux_module/vm.c

index da9b460..e2b621a 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/file.h>
 #include <linux/spinlock.h>
 #include <linux/rbtree.h>
+#include <linux/module.h>
 
 #include <palacios/vmm.h>