X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2F8259a.c;h=29398e3df5bc8dfba96bd1c98e1129252a26de2c;hb=d0ebfed83ac079f95da8bf79e64ac77f31d551ac;hp=325f41651614337ff16128e8c38dd32383628686;hpb=48aeb8816a1633ab97dd145289d5d0acd75387bb;p=palacios.git diff --git a/palacios/src/devices/8259a.c b/palacios/src/devices/8259a.c index 325f416..29398e3 100644 --- a/palacios/src/devices/8259a.c +++ b/palacios/src/devices/8259a.c @@ -209,7 +209,7 @@ static int pic_raise_intr(struct v3_vm_info * vm, void * private_data, int irq) return -1; } - v3_interrupt_cpu(vm, 0); + v3_interrupt_cpu(vm, 0, 0); return 0; }