X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_mem.h;fp=palacios%2Finclude%2Fpalacios%2Fvmm_mem.h;h=927577ee14b812bdd1944180964a3e053f9da197;hp=f87c8d09c188afaa031823a0e01633ec1e8c7348;hb=70d3ac1e7be22e42fbf8f778367e9bf6d32e5b7f;hpb=e3a2ad0c26462c45cf0a7f1ccc8f0042abbbd776 diff --git a/palacios/include/palacios/vmm_mem.h b/palacios/include/palacios/vmm_mem.h index f87c8d0..927577e 100644 --- a/palacios/include/palacios/vmm_mem.h +++ b/palacios/include/palacios/vmm_mem.h @@ -99,12 +99,14 @@ int v3_hook_write_mem(struct guest_info * info, addr_t guest_addr_start, addr_t - +int v3_unhook_mem(struct guest_info * info, addr_t guest_addr_start); void v3_delete_shadow_region(struct guest_info * info, struct v3_shadow_region * reg); + + struct v3_shadow_region * v3_get_shadow_region(struct guest_info * info, addr_t guest_addr); addr_t v3_get_shadow_addr(struct v3_shadow_region * reg, addr_t guest_addr);