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 3/3] x2APIC: improve enabling logic

To: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 3/3] x2APIC: improve enabling logic
From: "Han, Weidong" <weidong.han@xxxxxxxxx>
Date: Mon, 5 Jul 2010 15:08:17 +0800
Accept-language: en-US
Acceptlanguage: en-US
Cc: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Delivery-date: Mon, 05 Jul 2010 00:11:59 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcscENfSBw39p7IIR966IMA7J7OKAg==
Thread-topic: [PATCH 3/3] x2APIC: improve enabling logic
        This patch masks PIC and IOAPIC RTE's before x2APIC enabling, unmask 
and restore them after x2APIC enabling. It also really enables interrupt 
remapping before x2APIC enabling instead of just checking interrupt remapping 
setting.
        This patch also handles all x2APIC configuration including BIOS 
settings and command line settings. Especially, it handles that BIOS hands over 
in x2APIC mode (when there is apic id > 255). It checks if x2APIC is already 
enabled by BIOS. If already enabled, it will disable interrupt remapping and 
queued invalidation first, then enable them again.


Signed-off-by: Weidong Han <weidong.han@xxxxxxxxx>

Attachment: x2apic-logic.patch
Description: x2apic-logic.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH 3/3] x2APIC: improve enabling logic, Han, Weidong <=