From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hoi1g-0001cT-IJ for qemu-devel@nongnu.org; Thu, 17 May 2007 11:36:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hoi1e-0001cH-67 for qemu-devel@nongnu.org; Thu, 17 May 2007 11:36:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hoi1d-0001cE-Ur for qemu-devel@nongnu.org; Thu, 17 May 2007 11:36:21 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HohtW-0005iK-He for qemu-devel@nongnu.org; Thu, 17 May 2007 11:27:58 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Rewritten Linux kernel loader Date: Thu, 17 May 2007 16:27:43 +0100 References: <464B783A.8050501@zytor.com> In-Reply-To: <464B783A.8050501@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705171627.45312.paul@codesourcery.com> 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 Cc: "H. Peter Anvin" On Wednesday 16 May 2007, H. Peter Anvin wrote: > I got a bug report today that my recent changes to the Linux kernel > setup broke the Qemu kernel loader. I implemented a workaround, but > found a number of serious bugs in the loader itself. As a consequence, > I have rewritten it; here is a patch against qemu-0.9.0. Pleas update your patch to current CVS. Paul