From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51802 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcDi8-0000K4-N6 for qemu-devel@nongnu.org; Mon, 10 Jan 2011 04:11:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PcDhh-00034t-F2 for qemu-devel@nongnu.org; Mon, 10 Jan 2011 04:06:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PcDhh-00034B-7s for qemu-devel@nongnu.org; Mon, 10 Jan 2011 04:06:17 -0500 Message-ID: <4D2ACC53.3090107@redhat.com> Date: Mon, 10 Jan 2011 10:07:31 +0100 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/2] qcow2: fix unaligned access References: <1293915034-26391-1-git-send-email-aurelien@aurel32.net> <1293915034-26391-2-git-send-email-aurelien@aurel32.net> In-Reply-To: <1293915034-26391-2-git-send-email-aurelien@aurel32.net> 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: Aurelien Jarno Cc: qemu-devel@nongnu.org Am 01.01.2011 21:50, schrieb Aurelien Jarno: > cpu_to_be64w() is called with an obviously non-aligned pointer. Use > cpu_to_be64wu() instead. It fixes unaligned accesses errors on IA64 > hosts. > > Cc: Kevin Wolf > Signed-off-by: Aurelien Jarno Thanks, applied to the block branch. Kevin