From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrWiu-0006Ai-AJ for qemu-devel@nongnu.org; Thu, 11 Aug 2011 10:59:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrWit-0004Sv-AS for qemu-devel@nongnu.org; Thu, 11 Aug 2011 10:59:04 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:37615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrWit-0004Sr-2X for qemu-devel@nongnu.org; Thu, 11 Aug 2011 10:59:03 -0400 Received: by wyf22 with SMTP id 22so1656939wyf.4 for ; Thu, 11 Aug 2011 07:59:02 -0700 (PDT) Sender: Richard Henderson Message-ID: <4E43EE31.8090400@twiddle.net> Date: Thu, 11 Aug 2011 07:58:57 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1313015300-23920-1-git-send-email-rth@twiddle.net> <4E438947.3000909@redhat.com> In-Reply-To: <4E438947.3000909@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 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: Avi Kivity Cc: qemu-devel@nongnu.org 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... r~