From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhGdm-0001Sd-8s for qemu-devel@nongnu.org; Mon, 05 May 2014 07:01:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhGdf-0000mi-Pg for qemu-devel@nongnu.org; Mon, 05 May 2014 07:00:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhGdf-0000me-D6 for qemu-devel@nongnu.org; Mon, 05 May 2014 07:00:51 -0400 Message-ID: <53676F57.1010906@redhat.com> Date: Mon, 05 May 2014 13:00:39 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1399276421-24949-1-git-send-email-famz@redhat.com> <20140505105145.GA4370@T430.nay.redhat.com> In-Reply-To: <20140505105145.GA4370@T430.nay.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Fam Zheng , Peter Maydell Cc: Jan Kiszka , Michael Tokarev , QEMU Developers , "Michael S. Tsirkin" Il 05/05/2014 12:51, Fam Zheng ha scritto: > 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. Ok, will drop. Paolo