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.


small fixes to swint code, add proper cleanup
[palacios.git] / palacios / include / gears / sw_intr.h
index 45c2bdc..327fdd0 100644 (file)
@@ -23,6 +23,8 @@
 
 #include <palacios/vmm.h>
 
+#define MAX_SWINTR_HOOKS  256
+
 #define SW_INTR_SYSCALL_VEC 0x80
 
 int v3_handle_swintr (struct guest_info * core);