X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_intr.c;fp=palacios%2Fsrc%2Fpalacios%2Fvmm_intr.c;h=e3878e2ca48169b0b28f0e0ee3e50d9fe7f6a314;hb=f737ee43ce5cef6dbebf40940482811bfd3169b8;hp=6ff14cdc4232185394f0165fe79e0490c5f808c0;hpb=ec6d459b0aac3e9eea431e854904be7a58f2ffa8;p=palacios.git diff --git a/palacios/src/palacios/vmm_intr.c b/palacios/src/palacios/vmm_intr.c index 6ff14cd..e3878e2 100644 --- a/palacios/src/palacios/vmm_intr.c +++ b/palacios/src/palacios/vmm_intr.c @@ -101,11 +101,6 @@ int v3_hook_irq(struct guest_info * info, static int passthrough_irq_handler(struct guest_info * info, struct v3_interrupt * intr, void * priv_data) { - - if (intr->should_ack == 1) { - V3_ACK_IRQ(intr->irq); - } - PrintDebug("[passthrough_irq_handler] raise_irq=%d (guest=0x%p)\n", intr->irq, (void *)info);