From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvQdC-0002ju-Mp for qemu-devel@nongnu.org; Sat, 27 Mar 2010 03:40:30 -0400 Received: from [140.186.70.92] (port=49609 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvQd9-0002iq-NY for qemu-devel@nongnu.org; Sat, 27 Mar 2010 03:40:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvQd8-0002zK-7z for qemu-devel@nongnu.org; Sat, 27 Mar 2010 03:40:27 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:52355) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvQd8-0002zD-3P for qemu-devel@nongnu.org; Sat, 27 Mar 2010 03:40:26 -0400 Received: by pwi9 with SMTP id 9so6537832pwi.4 for ; Sat, 27 Mar 2010 00:40:25 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20100326223246.GV13677@hall.aurel32.net> References: <20100326211352.GA21524@volta.aurel32.net> <20100326223246.GV13677@hall.aurel32.net> Date: Sat, 27 Mar 2010 09:40:24 +0200 Message-ID: Subject: Re: [Qemu-devel] [PATCH 1/3] Compile some MIPS devices only once From: Blue Swirl Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel On 3/27/10, Aurelien Jarno wrote: > On Fri, Mar 26, 2010 at 11:37:08PM +0200, Blue Swirl wrote: > > On 3/26/10, Aurelien Jarno wrote: > > > On Thu, Mar 25, 2010 at 10:24:12PM +0200, Blue Swirl wrote: > > > > Move CPU specific declarations to a separate file. > > > > > > > > > This basically looks ok, but I haven't been able to test it as the patch > > > doesn't apply anymore. > > > > You need to apply the earlier ide/core patch first, then it should apply. > > > > > I confirm it works fine. Thanks, I applied the patch then.