From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE0cp-0001P8-84 for qemu-devel@nongnu.org; Mon, 26 Aug 2013 13:30:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VE0cg-0002s2-B9 for qemu-devel@nongnu.org; Mon, 26 Aug 2013 13:30:47 -0400 Received: from mail-ye0-x22f.google.com ([2607:f8b0:4002:c04::22f]:47842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE0cg-0002rt-5w for qemu-devel@nongnu.org; Mon, 26 Aug 2013 13:30:38 -0400 Received: by mail-ye0-f175.google.com with SMTP id r10so899356yen.20 for ; Mon, 26 Aug 2013 10:30:37 -0700 (PDT) Sender: Richard Henderson Message-ID: <521B90B8.1020609@twiddle.net> Date: Mon, 26 Aug 2013 10:30:32 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1377471536-12423-1-git-send-email-akoskovacs@gmx.com> <1377471536-12423-7-git-send-email-akoskovacs@gmx.com> <521B6909.9020708@twiddle.net> <521B8975.9020806@redhat.com> In-Reply-To: <521B8975.9020806@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 06/47] hw/alpha/Makefile.objs: Build objects depending on CLIPPER List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: =?UTF-8?B?w4Frb3MgS292w6Fjcw==?= , qemu-devel@nongnu.org On 08/26/2013 09:59 AM, Paolo Bonzini wrote: >> I don't understand the point of this. There is one alpha emulation; >> if you disable it you're left with a program that's not useful. So >> why the configuration for it at all? > > I think this was just for consistency with other targets. Either this > patch can be left out completely, or the symbol can be made default on > and unchangeable by the user. Yeah, maybe. I'll be interested to see the v2 cover-letter with your requested description of what the series brings to the table. This isn't the kernel, where non-pagable code size is a concern, so I don't see how full configuration of machine emulations and devices is helpful. I'd be more inclined to go the other way, where all qemu-system-cpu images always build in all devices (compiled once of course). I guess I'll wait and see. r~