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 x64 SMP Vista's Bug Check 0x101 issue

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [Patch] Fix x64 SMP Vista's Bug Check 0x101 issue
From: "Cui, Dexuan" <dexuan.cui@xxxxxxxxx>
Date: Wed, 10 Jan 2007 19:27:49 +0800
Cc: Keir Fraser <keir@xxxxxxxxxxxxx>
Delivery-date: Wed, 10 Jan 2007 03:28:17 -0800
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: AcbhNpSgnLlsyleeR3aZurd/xO5mYAAmjw1QAHpYsZANUy+bAAbmp7kg
Thread-topic: [Patch] Fix x64 SMP Vista's Bug Check 0x101 issue
x64 SMP Vista HVM guest uses HPET as the main system timer, and it uses
physical destination mode with broadcast to deliver the interrupts
generated by HPET. In current code, timer interrupts are injected only
to VCPU0 in vioapic.c, but this doesn't satisfy x64 SMP Vista -- when it
boots, it complains "a clock interrupt was not received on a secondary
processor within the allocated time interval" with Bug Check 0x101.
The attached patch fixes the issue.

-- Dexuan

Signed-off-by: Dexuan Cui <dexuan.cui@xxxxxxxxx>

Attachment: fix-64bit-vista-blue-screen.diff
Description: fix-64bit-vista-blue-screen.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 x64 SMP Vista's Bug Check 0x101 issue, Cui, Dexuan <=