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.


Merging for release RC2
[palacios-OLD.git] / palacios / include / palacios / vmcs_gen.h
index 6ac9108..7c1a1c8 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * This file is part of the Palacios Virtual Machine Monitor developed
  * by the V3VEE Project with funding from the United States National 
@@ -23,7 +22,6 @@
 #ifdef __V3VEE__
 
 
-
 #include <palacios/vmcs.h>
 #include <palacios/vmm.h>
 
@@ -801,6 +799,10 @@ uint_t  Get_HOST_RIP();
 void    PrintTrace_HOST_RIP();
 
 void PrintTrace_VMCS_ALL();
-#endif
+
+
+#endif // !__V3VEE
 
 #endif
+
+