From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrSRA-0007kI-77 for qemu-devel@nongnu.org; Thu, 11 Aug 2011 06:24:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrSR9-0001H8-7G for qemu-devel@nongnu.org; Thu, 11 Aug 2011 06:24:28 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:52460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrSR9-0001H4-2Q for qemu-devel@nongnu.org; Thu, 11 Aug 2011 06:24:27 -0400 Received: by fxbb27 with SMTP id b27so1798074fxb.4 for ; Thu, 11 Aug 2011 03:24:25 -0700 (PDT) Date: Thu, 11 Aug 2011 12:24:23 +0200 From: "Edgar E. Iglesias" Message-ID: <20110811102423.GB24570@zapo> References: <1313015300-23920-1-git-send-email-rth@twiddle.net> <4E438947.3000909@redhat.com> <20110811080527.GA24570@zapo> <4E4390B4.1050304@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E4390B4.1050304@redhat.com> 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, Richard Henderson On Thu, Aug 11, 2011 at 11:20:04AM +0300, Avi Kivity wrote: > On 08/11/2011 11:05 AM, Edgar E. Iglesias 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. > > > >Hi Avi, > > > >I was planing to convert the xilinx_* and etraxfs_* parts soon. > >Or have you already done any etrax* conversions? > > > > I converted etraxfs.c, which was then removed... I've been planing to remove that board for a while, apparantly I did it to late. Sorry. > > I haven't touched xilinx. You can view the entire queue at > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory-region OK, thanks. I'll post etrax devs soon and do xilinx devs this weekend. Cheers