From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1p2B-0004LA-VB for qemu-devel@nongnu.org; Mon, 10 Dec 2007 15:15:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1p2A-0004Ih-Aq for qemu-devel@nongnu.org; Mon, 10 Dec 2007 15:15:23 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1p2A-0004IG-2z for qemu-devel@nongnu.org; Mon, 10 Dec 2007 15:15:22 -0500 Received: from ug-out-1314.google.com ([66.249.92.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J1p2A-0006E2-6d for qemu-devel@nongnu.org; Mon, 10 Dec 2007 15:15:22 -0500 Received: by ug-out-1314.google.com with SMTP id m2so34271uge.4 for ; Mon, 10 Dec 2007 12:15:20 -0800 (PST) Message-ID: Date: Mon, 10 Dec 2007 22:15:15 +0200 From: "Blue Swirl" Subject: Re: [Qemu-devel] [PATCH] sparc32 add SPARCstation 20 machine type In-Reply-To: <475C961A.6000304@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <475C961A.6000304@earthlink.net> 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 On 12/10/07, Robert Reif wrote: > + qemu_register_machine(&ss20_machine); Thanks, applied. I also added support to OpenBIOS, but although the change is very minimal and SS-10 continues to work, SS-20 doesn't. Puzzling.