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.


changed shadow memory map to use Red Black Tree
[palacios.git] / palacios / src / palacios / vmm_io.c
index e3820b9..f7bea5a 100644 (file)
@@ -142,6 +142,8 @@ int v3_unhook_io_port(struct guest_info * info, uint_t port) {
 
   v3_rb_erase(&(hook->tree_node), &(info->io_map));
 
+  V3_Free(hook);
+
   return 0;
 }