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 / vmx.h
similarity index 97%
rename from palacios/include/geekos/vmx.h
rename to palacios/include/palacios/vmx.h
index 4a8ae25..d713b1f 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef __VMX_H
 #define __VMX_H
 
-#include <geekos/ktypes.h>
-#include <geekos/vmcs.h>
+#include <palacios/vmm_types.h>
+#include <palacios/vmcs.h>
 
 #define IA32_FEATURE_CONTROL_MSR ((unsigned int)0x3a)
 #define IA32_VMX_BASIC_MSR ((unsigned int)0x480)