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.


Fixed (hopefully) bug introduced previously by moving update_timers outside of the...
[palacios.git] / palacios / src / palacios / vmm_io.c
index d094d79..5f762e4 100644 (file)
@@ -124,7 +124,6 @@ int v3_hook_io_port(struct v3_vm_info * vm, uint16_t port,
     io_hook->write = write;
   }
 
-
   io_hook->priv_data = priv_data;
 
   if (insert_io_hook(vm, io_hook)) {