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 / vm_guest.h
index 6a6d86b..e18f1f0 100644 (file)
@@ -4,6 +4,8 @@
 #include <geekos/vmm_mem.h>
 #include <geekos/ktypes.h>
 #include <geekos/vmm_io.h>
+#include <geekos/vmm_paging.h>
+
 
 struct guest_gprs {
   ullong_t rbx;
@@ -17,13 +19,14 @@ struct guest_gprs {
 
 
 
-
 typedef struct guest_info {
   ullong_t rip;
   ullong_t rsp;
 
-  vmm_mem_list_t mem_list;
-  vmm_mem_layout_t mem_layout;
+  shadow_paging_state_t  shadow_paging_state;
+
+  //  vmm_mem_list_t mem_list;
+  // vmm_mem_layout_t mem_layout;
 
   vmm_io_map_t io_map;
   // device_map