From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ycdkf-0002BJ-A4 for qemu-devel@nongnu.org; Mon, 30 Mar 2015 13:45:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ycdkb-0000sn-A6 for qemu-devel@nongnu.org; Mon, 30 Mar 2015 13:45:29 -0400 Date: Mon, 30 Mar 2015 19:45:14 +0200 From: "Michael S. Tsirkin" Message-ID: <20150330194448-mutt-send-email-mst@redhat.com> References: <1425615506-1829-1-git-send-email-david@gibson.dropbear.id.au> <20150310151912-mutt-send-email-mst@redhat.com> <20150310105622.55505a1b@redhat.com> <20150330024123.GG9908@voom.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150330024123.GG9908@voom.fritz.box> 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 Cc: qemu-devel@nongnu.org, agraf@suse.de, blauwirbel@gmail.com, andreas.faerber@web.de, qemu-ppc@nongnu.org, michael@walle.cc, Luiz Capitulino On Mon, Mar 30, 2015 at 01:41:23PM +1100, David Gibson wrote: > On Tue, Mar 10, 2015 at 10:56:22AM -0400, Luiz Capitulino wrote: > > On Tue, 10 Mar 2015 15:20:29 +0100 > > "Michael S. Tsirkin" wrote: > > > > > On Fri, Mar 06, 2015 at 03:18:20PM +1100, 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. > > > > > > For PC/PCI changes > > > Acked-by: Michael S. Tsirkin > > > > > > > > > > > > > > Given the date, this is obviously aimed at qemu 2.4, not 2.3. > > > > > > Looks like the date for 2.3 is unclear, so it might be > > > ok to merge. > > > > > > Who's taking this? Luiz? most changes are monitor-related. > > > > I can take them, but the most important question for me is > > who's reviewing them? I could do it, but not right now. > > Any further thoughts on this? I don't know who would be suitable for > review, beyond those I've already CCed. > > -- > David Gibson | I'll have my music baroque, and my code > david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ > | _way_ _around_! > http://www.ozlabs.org/~dgibson I can queue this for 2.4. Can you please repost tweaking comments as Markus suggested? -- MST