X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fapic.c;h=5c5f7a4687414b008c752597c28f7df4459735d9;hp=098b87de05e4470a5107aeac9f17236439a0f41c;hb=52e81251f82ccaf516e3ed626c8abbcc9fbe3f41;hpb=19b2e4b4ce85ae4e683a3ede33360bdf7547b069 diff --git a/palacios/src/devices/apic.c b/palacios/src/devices/apic.c index 098b87d..5c5f7a4 100644 --- a/palacios/src/devices/apic.c +++ b/palacios/src/devices/apic.c @@ -923,6 +923,8 @@ int v3_apic_raise_intr(struct guest_info * info, struct vm_device * apic_dev, in return -1; } + v3_interrupt_cpu(info, 0); + return 0; }