From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRIOf-0003Tq-0N for qemu-devel@nongnu.org; Wed, 02 Oct 2013 05:07:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRIOa-0006B8-8k for qemu-devel@nongnu.org; Wed, 02 Oct 2013 05:07:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRIOa-0006B3-0r for qemu-devel@nongnu.org; Wed, 02 Oct 2013 05:07:00 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9296xfl011018 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 2 Oct 2013 05:06:59 -0400 Date: Wed, 2 Oct 2013 11:06:57 +0200 From: Stefan Hajnoczi Message-ID: <20131002090657.GI2142@stefanha-thinkpad.redhat.com> References: <1380524368-3283-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1380524368-3283-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qcow2: Correct endianness in overlap check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Kevin Wolf , qemu-devel@nongnu.org On Mon, Sep 30, 2013 at 08:59:28AM +0200, Max Reitz wrote: > If an inactive L1 table is loaded from disk, its entries are in big > endian and have to be converted to host byte order before using them. > > Signed-off-by: Max Reitz > --- > block/qcow2-refcount.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan