From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55433 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi2KE-00074W-6k for qemu-devel@nongnu.org; Wed, 26 Jan 2011 05:10:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pi2KC-0004us-MG for qemu-devel@nongnu.org; Wed, 26 Jan 2011 05:10:05 -0500 Received: from cantor.suse.de ([195.135.220.2]:43823 helo=mx1.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pi2KC-0004uU-DO for qemu-devel@nongnu.org; Wed, 26 Jan 2011 05:10:04 -0500 Message-ID: <4D3FF2F8.5010204@suse.de> Date: Wed, 26 Jan 2011 11:10:00 +0100 From: Alexander Graf 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> In-Reply-To: <4D3FEC8E.3000407@redhat.com> 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: Kevin Wolf Cc: Stefan Hajnoczi , qemu-devel@nongnu.org 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. Alex