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.


code restructuring
[palacios.git] / palacios / include / palacios / vmcs_gen.h
similarity index 99%
rename from palacios/include/geekos/vmcs_gen.h
rename to palacios/include/palacios/vmcs_gen.h
index 0e10af9..5a07922 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef vmcs_gen
 #define vmcs_gen
-#include <geekos/vmcs.h>
-#include <geekos/vmm.h>
+#include <palacios/vmcs.h>
+#include <palacios/vmm.h>
 
 void    Set_VMCS_GUEST_ES_SELECTOR(uint_t val);
 uint_t  Get_VMCS_GUEST_ES_SELECTOR();