From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQwqF-0006MF-SV for qemu-devel@nongnu.org; Mon, 08 Sep 2014 07:10:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XQwqA-0005hm-Qg for qemu-devel@nongnu.org; Mon, 08 Sep 2014 07:10:39 -0400 Received: from cantor2.suse.de ([195.135.220.15]:34463 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQwqA-0005hi-Jt for qemu-devel@nongnu.org; Mon, 08 Sep 2014 07:10:34 -0400 Message-ID: <540D8EA7.9010905@suse.de> Date: Mon, 08 Sep 2014 13:10:31 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1409027418-4453-1-git-send-email-david@gibson.dropbear.id.au> <1409027418-4453-4-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: <1409027418-4453-4-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] target-ppc: virtex-ml507 machine type should depend on CONFIG_XILINX List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-devel@nongnu.org On 26.08.14 06:30, David Gibson wrote: > The virtex-ml507 is a Xilinx CPU based system, and requires several sub > devices which are only included with CONFIG_XILINX. Therefore, it should > only be compiled if CONFIG_XILINX is set. > > Signed-off-by: David Gibson Thanks, applied to ppc-next. Alex