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.


fixed build error due to xed requiring stddef.h
Jack Lange [Fri, 24 Jul 2009 20:02:34 +0000 (15:02 -0500)]
palacios/include/xed/v3-xed-compat.h

index 9a882da..a7ee096 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef __V3_XED_COMPAT_H__
 #define __V3_XED_COMPAT_H__
 
-#include <palacios/vmm_stddef.h>
 
+#include <palacios/vmm_types.h>
 
 /* Definition of the control structure for streams
 */