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.


reworked the interrupt injection to be guest specific
[palacios.git] / geekos / include / geekos / vmm_stubs.h
index b7cea63..b56c114 100644 (file)
@@ -46,7 +46,7 @@ int ack_irq(int irq);
 
 
 
-int geekos_hook_interrupt_new(uint_t irq, void *opaque);
+int geekos_hook_interrupt(struct guest_info * info, uint_t irq);
 
 
 unsigned int get_cpu_khz();