X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fapic.c;h=bbef7e263b1e8ada285f1a0c3baf109bf1b5c484;hb=3b6676f508d8f05533eddfb764a2e6b4355d05c8;hp=dc5257ae9fcc0a3eabdaa8e79dc889936ef0d243;hpb=f955c04bf611038ce7a24106bb8b06ae0f1c9da8;p=palacios.git 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 {