WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [Patch] Fix negative pending count of local APIC timer inter

To: <Keir.Fraser@xxxxxxxxxxxx>
Subject: [Xen-devel] [Patch] Fix negative pending count of local APIC timer interrupt
From: "Cui, Dexuan" <dexuan.cui@xxxxxxxxx>
Date: Thu, 21 Sep 2006 17:48:01 +0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 21 Sep 2006 02:49:11 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcbdYwbNGhrtsCv8Sb22LrlQzW22gg==
Thread-topic: [Xen-devel] [Patch] Fix negative pending count of local APIC timer interrupt
Fix a logical error.
Without the patch, vlapic->intr_pending_count could become a very small
negative, causing some local APIC timer interrupts lost.

Thanks
Dexuan Cui

Signed-off-by: Dexuan Cui <dexuan.cui@xxxxxxxxx>
Signed-off-by: Edwin Zhai <edwin.zhai@xxxxxxxxx>

Attachment: intr_pending_count.diff
Description: intr_pending_count.diff

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [Patch] Fix negative pending count of local APIC timer interrupt, Cui, Dexuan <=