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 / vm_guest.h
similarity index 86%
rename from palacios/include/geekos/vm_guest.h
rename to palacios/include/palacios/vm_guest.h
index f711b36..28dae9e 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef __VM_GUEST_H
 #define __VM_GUEST_H
 
-#include <geekos/vmm_mem.h>
-#include <geekos/ktypes.h>
-#include <geekos/vmm_io.h>
-#include <geekos/vmm_shadow_paging.h>
+#include <palacios/vmm_mem.h>
+#include <palacios/vmm_types.h>
+#include <palacios/vmm_io.h>
+#include <palacios/vmm_shadow_paging.h>
 
 
 typedef ullong_t gpr_t;