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 missing #endif
Jack Lange [Fri, 3 Oct 2008 20:24:44 +0000 (15:24 -0500)]
palacios/include/palacios/vmcs_gen.h

index 8923544..6ac9108 100644 (file)
@@ -802,3 +802,5 @@ void    PrintTrace_HOST_RIP();
 
 void PrintTrace_VMCS_ALL();
 #endif
+
+#endif