From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrQGm-0005Ej-E3 for qemu-devel@nongnu.org; Thu, 11 Aug 2011 04:05:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrQGi-0001vq-8S for qemu-devel@nongnu.org; Thu, 11 Aug 2011 04:05:36 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:38150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrQGh-0001vl-W5 for qemu-devel@nongnu.org; Thu, 11 Aug 2011 04:05:32 -0400 Received: by fxbb27 with SMTP id b27so1727924fxb.4 for ; Thu, 11 Aug 2011 01:05:30 -0700 (PDT) Date: Thu, 11 Aug 2011 10:05:27 +0200 From: "Edgar E. Iglesias" Message-ID: <20110811080527.GA24570@zapo> References: <1313015300-23920-1-git-send-email-rth@twiddle.net> <4E438947.3000909@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E438947.3000909@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 10:48:23AM +0300, Avi Kivity wrote: > On 08/11/2011 01:28 AM, Richard Henderson wrote: > >[ Sorry about the partial duplicates, Avi. ] > > > >This patchset is relative to > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory-region > > > >although I'm sure it could be applied on top of Avi's batch 4. > > > >This is not complete by any means. I'm interested in feedback > >for some of the trickier points, e.g. pckbd and fdc. > > > >The pckbd mmio interface to mips_jazz is similar to how serial and > >ide/mmio are structured. But there are way more uses of serial. > > > > Thanks, I've queued this on my branch. > > 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? Cheers