From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhGUo-0005zn-8n for qemu-devel@nongnu.org; Mon, 05 May 2014 06:51:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhGUj-0005mO-9P for qemu-devel@nongnu.org; Mon, 05 May 2014 06:51:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhGUj-0005mC-2X for qemu-devel@nongnu.org; Mon, 05 May 2014 06:51:37 -0400 Date: Mon, 5 May 2014 18:51:45 +0800 From: Fam Zheng Message-ID: <20140505105145.GA4370@T430.nay.redhat.com> References: <1399276421-24949-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] docs/memory.txt: Fix document on MMIO operations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , Michael Tokarev , QEMU Developers , Jan Kiszka , "Michael S. Tsirkin" On Mon, 05/05 11:41, Peter Maydell wrote: > On 5 May 2014 08:53, Fam Zheng wrote: > > .impl.valid should be .impl.unaligned and the description needs some > > fixes. > > > > .old_portio is removed since commit b40acf99b (ioport: Switch > > dispatching to memory core layer). > > I've already sent a patch for that part, which mjt has applied > to the trivial branch : > > http://patchwork.ozlabs.org/patch/343332/ > > so this patch is going to cause a merge conflict with that > if Paolo takes it via a different tree. > > thanks > -- PMM I overlooked that one. I'll respin to base on your patch and send for -trivial, so Paolo could drop it. Thanks, Fam