From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kuso1-0005Ly-7W for qemu-devel@nongnu.org; Tue, 28 Oct 2008 13:56:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kuso0-0005Lm-CR for qemu-devel@nongnu.org; Tue, 28 Oct 2008 13:56:36 -0400 Received: from [199.232.76.173] (port=42859 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kuso0-0005Lj-6A for qemu-devel@nongnu.org; Tue, 28 Oct 2008 13:56:36 -0400 Received: from an-out-0708.google.com ([209.85.132.244]:53204) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kusnz-0000cQ-UZ for qemu-devel@nongnu.org; Tue, 28 Oct 2008 13:56:36 -0400 Received: by an-out-0708.google.com with SMTP id d18so207876and.130 for ; Tue, 28 Oct 2008 10:56:35 -0700 (PDT) Message-ID: Date: Tue, 28 Oct 2008 19:56:34 +0200 From: "Blue Swirl" Subject: Re: [Qemu-devel] [PATCH] sparc: move sun4c to it's own hwdef In-Reply-To: <4906546B.9030203@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4905073C.4040903@earthlink.net> <4906546B.9030203@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 10/28/08, Robert Reif wrote: > Blue Swirl wrote: > > > On 10/27/08, Robert Reif wrote: > > > > > > > This patch moves sun4c ss2 to it's own hwdef and does some simple > cleanups. > > > Other sun4c cleanups are possible but they can come later. > > > > > > > > > > Thanks, applied. What cleanups do you have in mind? > > > > > > > > > > > > > Index: hw/sun4m.c > =================================================================== > --- hw/sun4m.c (revision 5557) > +++ hw/sun4m.c (working copy) Applied as r5568, thanks.