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 APIC 0x40 error when CPU online and Host s3 resu

To: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Subject: [Xen-devel] [Patch] Fix APIC 0x40 error when CPU online and Host s3 resume
From: "Ke, Liping" <liping.ke@xxxxxxxxx>
Date: Thu, 12 Mar 2009 10:04:05 +0800
Accept-language: en-US
Acceptlanguage: en-US
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 11 Mar 2009 19:05:21 -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: AcmittIpph3cXn0wRGWWlcQIUCtndw==
Thread-topic: [Patch] Fix APIC 0x40 error when CPU online and Host s3 resume
Hi, Keir

This is a small patch for fixing APIC 0x40 error when do onlining offlined CPU 
or 
Host S3 resume.
 
disable_APIC_timer actually is not useful here. Actually it will trigger a
local APIC error when masking the LVT entry when vector is zero on Intel P6 
family. 
This  "APIC error on CPU%d: 00(40)" appears when online the offlined CPU and 
Host S3 resume.
 

Thanks a lot for your help!
Criping
 
 

Attachment: remove_disable_apic_timer.patch
Description: remove_disable_apic_timer.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] Fix APIC 0x40 error when CPU online and Host s3 resume, Ke, Liping <=