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.


lots of changes...
[palacios.git] / palacios / include / palacios / vm_guest.h
index cd2ce37..56245ef 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef __VM_GUEST_H
 #define __VM_GUEST_H
 
+
+
+
 #include <palacios/vmm_mem.h>
 #include <palacios/vmm_types.h>
 #include <palacios/vmm_io.h>
@@ -9,6 +12,7 @@
 #include <palacios/vmm_dev_mgr.h>
 #include <palacios/vmm_irq.h>
 
+
 typedef ullong_t gpr_t;
 
 /*
@@ -44,6 +48,9 @@ struct vm_ctrl_ops {
 };
 
 
+
+
+
 typedef enum {SHADOW_PAGING, NESTED_PAGING} vm_page_mode_t;
 typedef enum {REAL, PROTECTED, PROTECTED_PG, PROTECTED_PAE, PROTECTED_PAE_PG, LONG, LONG_PG} vm_cpu_mode_t;