From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IFAx9-0002x2-BT for qemu-devel@nongnu.org; Sun, 29 Jul 2007 11:45:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IFAx7-0002lw-IT for qemu-devel@nongnu.org; Sun, 29 Jul 2007 11:45:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFAx7-0002lb-DE for qemu-devel@nongnu.org; Sun, 29 Jul 2007 11:45:05 -0400 Received: from ug-out-1314.google.com ([66.249.92.172]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IFAx7-0006Km-0i for qemu-devel@nongnu.org; Sun, 29 Jul 2007 11:45:05 -0400 Received: by ug-out-1314.google.com with SMTP id m2so886709uge for ; Sun, 29 Jul 2007 08:45:04 -0700 (PDT) Message-ID: Date: Sun, 29 Jul 2007 17:45:03 +0200 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] qemu vl.c vl.h hw/arm_boot.c In-Reply-To: <1302442210.20070729135800@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1302442210.20070729135800@gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Sokolovsky Cc: qemu-devel@nongnu.org Hi, On 29/07/07, Paul Sokolovsky wrote: > Saturday, July 28, 2007, 1:08:46 AM, you wrote: > > > CVSROOT: /sources/qemu > [] > > > Log message: > > Optionally setup old style linux bootparams for -kernel, by Juergen Lock. > > With such kind of options being merged, any chance that my > old patch to override ARM MTYPE from command line can be merged too? As I mentioned I'm quite sure your kernel from a different machine won't boot unmodified on any of the currently supported boards even if the MTYPE is changed. Add a new board description to boot a kernel from that board (QEMU isn't suffering an overflow of different machines now). I'm not saying your patch can't be merged. I don't see how the -old-param option is related, it makes the spitz emulator appear closer to the real hardware. Regards