X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_mem_hook.h;h=7184c689574066418423d64372bf1f34195e65c7;hb=e47ed16a96f6d7faa282bf757e9d2cc065d2657e;hp=e30ecf7152a68a5c04733645570fbb42e6bbd73f;hpb=b93aeabee44c82139a9afd065dfcaca8ac6688ad;p=palacios.git diff --git a/palacios/include/palacios/vmm_mem_hook.h b/palacios/include/palacios/vmm_mem_hook.h index e30ecf7..7184c68 100644 --- a/palacios/include/palacios/vmm_mem_hook.h +++ b/palacios/include/palacios/vmm_mem_hook.h @@ -30,12 +30,11 @@ struct v3_mem_hooks { void * hook_hvas; // this is an array of pages, equal to the number of cores struct list_head hook_list; - }; int v3_init_mem_hooks(struct v3_vm_info * vm); - +int v3_deinit_mem_hooks(struct v3_vm_info * vm); int v3_hook_full_mem(struct v3_vm_info * vm, uint16_t core_id, addr_t guest_addr_start, addr_t guest_addr_end,