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 / src / geekos / vm.c
index 72ca417..10c34ca 100644 (file)
@@ -228,7 +228,7 @@ int RunVMM(struct Boot_Info * bootInfo) {
   os_hooks.free = &VMM_Free;
   os_hooks.vaddr_to_paddr = &Identity;
   os_hooks.paddr_to_vaddr = &Identity;
-  os_hooks.hook_interrupt = &geekos_hook_interrupt_new;
+  os_hooks.hook_interrupt = &geekos_hook_interrupt;
   os_hooks.ack_irq = &ack_irq;
   os_hooks.get_cpu_khz = &get_cpu_khz;