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.


cleaned up emulation interface
[palacios.git] / palacios / include / palacios / vmm_mem.h
index ae4ca05..bfa21d0 100644 (file)
@@ -45,7 +45,11 @@ typedef enum shdw_region_type {
 } v3_shdw_region_type_t;
 
 
-typedef struct rb_root v3_shdw_map_t;
+typedef struct v3_shdw_map {
+  addr_t hook_hva;
+
+  struct rb_root shdw_regions;
+} v3_shdw_map_t;
 
 
 struct v3_shadow_region {