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] SMP on the MacBook

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] SMP on the MacBook
From: Marco Gerards <mgerards@xxxxxxxxx>
Date: Wed, 09 Aug 2006 20:40:43 +0200
Delivery-date: Wed, 09 Aug 2006 11:35:22 -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>
Mail-copies-to: mgerards@xxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)
Hi,

For a while now I have been trying to debug an issue with Xen on the
MacBook, doing this is part of my Summer of Code project to get Xen
working properly on the Intel Mac.  In case some of you don't know,
the MacBook is an Intel Core Duo based laptop from Apple, which lacks
some legacy hardware.

Xen (testing) works perfectly for me when starting it with "nosmp",
however when not using it, it crashes while starting up the second
core.  There have been some bug report on this issue already.

Below I will explain the problem in more detail and with some
observations.  I will be very grateful if someone can come up with
ideas of how to fix this or give me some ideas that can lead to a
solution.  Not only Xen has this problem, but so has FreeBSD and
NetBSD, so a solution will be beneficial to these projects as well.

What happens is the following: The first core sends two IPI
messages(INIT and STARTUP) to start the second core.  When the second
core is started, it notifies the first core of this so it can continue
with the boot process.  However, the second core is not started by
these messages, the loop that waits for the second core times out,
continues and Xen crashes.

One strange thing is that Xen initializes the second core properly
when you press a key on the keyboard after the IPIs are sent.  I am
expecting this interrupt somehow wakes up the second core so it can
accept and process the IPIs.  Because it is a laptop the second core
is put in deep sleep mode to save power in case an OS does not use
this core at all.  But as I understand it, it should wake up when an
INIT IPI arrives.

The problems I am having with Xen can be reproduced with linux when
booting with "acpi=ht", which means the ACPI interpreter is not
started.

Hopefully someone has some ideas how to deal with this issue and how
to properly fix this.  If you want more information or want me to test
things, feel free to ask.

Thanks,
Marco


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>