From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33926 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGdvM-0003Sg-GT for qemu-devel@nongnu.org; Mon, 24 May 2010 16:07:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGdv8-0007V7-C2 for qemu-devel@nongnu.org; Mon, 24 May 2010 16:06:56 -0400 Received: from mail-pz0-f181.google.com ([209.85.222.181]:40006) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGdv7-0007Ut-HA for qemu-devel@nongnu.org; Mon, 24 May 2010 16:06:42 -0400 Received: by pzk11 with SMTP id 11so2135071pzk.28 for ; Mon, 24 May 2010 13:06:40 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4BFA9BCA.9020302@web.de> References: <4BFA9BCA.9020302@web.de> From: Blue Swirl Date: Mon, 24 May 2010 20:06:19 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: [PATCH, RFC 4/4] Compile mc146818 only once List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel On Mon, May 24, 2010 at 3:31 PM, Jan Kiszka wrote: > Blue Swirl wrote: >> 8 compilations less for the full build. >> >> Signed-off-by: Blue Swirl > > ... > >> diff --git a/default-configs/sparc64-softmmu.mak >> b/default-configs/sparc64-softmmu.mak >> index 1cc3f13..6ab0cf4 100644 >> --- a/default-configs/sparc64-softmmu.mak >> +++ b/default-configs/sparc64-softmmu.mak >> @@ -6,6 +6,7 @@ CONFIG_PTIMER=3Dy >> =C2=A0CONFIG_VGA_PCI=3Dy >> =C2=A0CONFIG_SERIAL=3Dy >> =C2=A0CONFIG_PARALLEL=3Dy >> +CONFIG_MC146818=3Dy >> =C2=A0CONFIG_PCKBD=3Dy >> =C2=A0CONFIG_FDC=3Dy >> =C2=A0CONFIG_IDE_CORE=3Dy > > Can be dropped at this chance, sparc64 makes no use of it. Right, though there some Blade machines (not emulated) with ds1287 (MC146818 compatible).