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.


uninitializing of memory hooks and host events
[palacios.git] / palacios / include / palacios / vmm_mem_hook.h
index e30ecf7..7184c68 100644 (file)
@@ -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,