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.


*** empty log message ***
[palacios.git] / palacios / include / geekos / vmm.h
index 8751e02..93e7211 100644 (file)
@@ -6,6 +6,7 @@
 #include <geekos/string.h>
 
 #include <geekos/vmm_mem.h>
+#include <geekos/vmm_paging.h>
 
 
 /* utility definitions */
@@ -76,6 +77,7 @@ typedef struct guest_info {
   vmm_mem_layout_t mem_layout;
   // device_map
 
+  vmm_pde_t * page_tables;
   void * vmm_data;
 } guest_info_t;