From: Jack Lange Date: Tue, 3 Nov 2009 21:29:31 +0000 (-0600) Subject: added interrupt coalescing notification to apic X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=3b6676f508d8f05533eddfb764a2e6b4355d05c8 added interrupt coalescing notification to apic --- diff --git a/palacios/src/devices/apic.c b/palacios/src/devices/apic.c index dc5257a..bbef7e2 100644 --- a/palacios/src/devices/apic.c +++ b/palacios/src/devices/apic.c @@ -282,6 +282,10 @@ static int activate_apic_irq(struct apic_state * apic, uint32_t irq_num) { PrintDebug("Raising APIC IRQ %d\n", irq_num); + if (*req_location & flag) { + V3_Print("Interrupts coallescing\n"); + } + if (*en_location & flag) { *req_location |= flag; } else {