From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNzSA-0005AO-As for qemu-devel@nongnu.org; Wed, 18 Feb 2015 02:53:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNzS6-0003vb-6a for qemu-devel@nongnu.org; Wed, 18 Feb 2015 02:53:50 -0500 Sender: Paolo Bonzini Message-ID: <54E44505.2020103@redhat.com> Date: Wed, 18 Feb 2015 08:53:41 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1424237320-12189-1-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: <1424237320-12189-1-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Make "platform-bus" enabled only on E500 by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson , agraf@suse.de, scottwood@freescale.com Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 18/02/2015 06:28, David Gibson wrote: > Despite the name, "platform-bus" is used only by PPC E500 targets. This > patch alters the default config to include it in the build only when E500 > is enabled. > > Signed-off-by: David Gibson > --- > hw/core/Makefile.objs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Can you instead give it its own symbol in default-configs/? I think ARM's -M virt wants to use it too. Paolo