From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTqdv-0007MZ-UQ for qemu-devel@nongnu.org; Fri, 06 Mar 2015 06:42:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTqdq-0000sx-Og for qemu-devel@nongnu.org; Fri, 06 Mar 2015 06:42:11 -0500 Message-ID: <54F99287.1020001@suse.de> Date: Fri, 06 Mar 2015 12:41:59 +0100 From: Alexander Graf MIME-Version: 1.0 References: <1425615506-1829-1-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: <1425615506-1829-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 0/6] Clean up ISA dependencies so we make ISA optional to build List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson , mst@redhat.com, andreas.faerber@web.de, lcapitulino@redhat.com Cc: blauwirbel@gmail.com, michael@walle.cc, qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 06.03.15 05:18, David Gibson wrote: > At present, ISA bus support is always included in the build for all > targets. However these days there are a number of targets that have > never had ISA, and even more where many of the individual machines > don't have ISA. > > Unfortunately there are some awkward dependencies in the core code on > ISA, although b19c1c0 "isa: remove isa_mem_base variable" did already > remove one. > > This series engages in some yak shaving to make the necessary > dependency cleanups, then make inclusion of ISA support optional. > > Given the date, this is obviously aimed at qemu 2.4, not 2.3. Reviewed-by: Alexander Graf Alex