From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrWzp-00013z-NP for qemu-devel@nongnu.org; Thu, 11 Aug 2011 11:16:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrWzo-0007l2-Lr for qemu-devel@nongnu.org; Thu, 11 Aug 2011 11:16:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrWzo-0007kp-C7 for qemu-devel@nongnu.org; Thu, 11 Aug 2011 11:16:32 -0400 Message-ID: <4E43F24B.90003@redhat.com> Date: Thu, 11 Aug 2011 18:16:27 +0300 From: Avi Kivity MIME-Version: 1.0 References: <1313015300-23920-1-git-send-email-rth@twiddle.net> <4E438947.3000909@redhat.com> <4E43EE31.8090400@twiddle.net> In-Reply-To: <4E43EE31.8090400@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/11] Memory API conversion for ISA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org On 08/11/2011 05:58 PM, Richard Henderson wrote: > On 08/11/2011 12:48 AM, Avi Kivity wrote: > > If we're going to work on this in parallel, we'd better coordinate. > > Right now I'm going though all files the contain qemu_ram_alloc > > alphabetically and converting them (now in 'O'). If anyone wants a > > letter, let me know. > > I've been looking at files that contain isa_init_ioport. Although > I fear all the easy ones are now done and they get more difficult > from here... > I think we need a multi-region helper: static const ISAIOPort list = { { 0x3c0, read_3c0, write_3c0 }, ... }; isa_init_ioport_list(dev, list); -- error compiling committee.c: too many arguments to function