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.h
similarity index 99%
rename from palacios/include/geekos/vmcs.h
rename to palacios/include/palacios/vmcs.h
index f73ec3d..bf9f333 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __VMCS_H
 #define __VMCS_H
 
-#include <geekos/ktypes.h>
+#include <palacios/vmm_types.h>
 
 
 /* 16 bit guest state */
@@ -576,6 +576,6 @@ extern uint_t VMCS_READ();
 //uint_t VMCSRead(uint_t tag, void * val);
 
 
-#include <geekos/vmcs_gen.h>
+#include <palacios/vmcs_gen.h>
 
 #endif