From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50561 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi1sO-00040A-Bm for qemu-devel@nongnu.org; Wed, 26 Jan 2011 04:41:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pi1s9-0005UC-6A for qemu-devel@nongnu.org; Wed, 26 Jan 2011 04:41:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pi1s8-0005Ty-V6 for qemu-devel@nongnu.org; Wed, 26 Jan 2011 04:41:05 -0500 Message-ID: <4D3FEC8E.3000407@redhat.com> Date: Wed, 26 Jan 2011 10:42:38 +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> In-Reply-To: <1293094396-764-1-git-send-email-stefanha@linux.vnet.ibm.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: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Alexander Graf 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. Kevin