From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FAzHA-0006qY-Oe for qemu-devel@nongnu.org; Sun, 19 Feb 2006 19:51:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FAzH2-0006pT-N3 for qemu-devel@nongnu.org; Sun, 19 Feb 2006 19:51:35 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAz60-0003wy-BU for qemu-devel@nongnu.org; Sun, 19 Feb 2006 19:40:15 -0500 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FAzBv-0007oa-80 for qemu-devel@nongnu.org; Sun, 19 Feb 2006 19:46:15 -0500 From: Paul Brook Date: Mon, 20 Feb 2006 00:40:02 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602200040.03811.paul@codesourcery.com> Subject: [Qemu-devel] Arm system emulation change Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I've just changed the default CPU for the Arm system emulation from an arm1026 to an arm926. These cores are more-or-less the same from a software POV, but the 926 seems to be more common. If your old kernel doesn't boot with new qemu, it probably doesn't support the selected CPU. You can still select the 1026 core using -M integratorcp1026. Paul