From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57439 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi2Nm-0008L7-QU for qemu-devel@nongnu.org; Wed, 26 Jan 2011 05:13:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pi2Nk-0005jM-Dr for qemu-devel@nongnu.org; Wed, 26 Jan 2011 05:13:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pi2Nk-0005iw-6g for qemu-devel@nongnu.org; Wed, 26 Jan 2011 05:13:44 -0500 Message-ID: <4D3FF436.7030908@redhat.com> Date: Wed, 26 Jan 2011 11:15:18 +0100 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] ahci: Fix cpu_physical_memory_unmap() argument ordering References: <1293094396-764-1-git-send-email-stefanha@linux.vnet.ibm.com> <4D3FEC8E.3000407@redhat.com> <4D3FF2F8.5010204@suse.de> In-Reply-To: <4D3FF2F8.5010204@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Stefan Hajnoczi , qemu-devel@nongnu.org Am 26.01.2011 11:10, schrieb Alexander Graf: > Kevin Wolf wrote: >> Am 23.12.2010 09:53, schrieb Stefan Hajnoczi: >> >>> The len and is_write arguments to cpu_physical_memory_unmap() were >>> swapped. This patch changes calls to use the correct argument ordering. >>> >>> Signed-off-by: Stefan Hajnoczi >>> --- >>> This patch applies to agraf's ahci tree at git://repo.or.cz/qemu/ahci.git. >>> >> >> Maybe it would make sense to rebase this patch to master if Alex' AHCI >> series still takes some time. >> > > IIRC I folded that patch into my patch set even. I'll try to get a new > version sent out next week. Ok, I won't track it any more then. Please make sure that it's really included in your series. Kevin