From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XF7Ih-0003Iu-Ti for qemu-devel@nongnu.org; Wed, 06 Aug 2014 15:55:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XF7Ib-0005ZF-QS for qemu-devel@nongnu.org; Wed, 06 Aug 2014 15:55:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XF7Ib-0005WA-K9 for qemu-devel@nongnu.org; Wed, 06 Aug 2014 15:55:01 -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 s76Jt0h0012789 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 6 Aug 2014 15:55:00 -0400 From: Jeff Cody Date: Wed, 6 Aug 2014 15:54:56 -0400 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] VHDX endian fixes, error reporting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, armbru@redhat.com, stefanha@redhat.com This series is mainly for some bug fixes related to VHDX endianness, stemming from code reviews done by Markus Armbruster and Paolo Bonzini. Once I did some testing on a big-endian machine, several more endian related errors were discovered, as well. All endian related fixes are in patch 2. Jeff Cody (2): block: vhdx - add error check block: VHDX endian fixes block/vhdx-endian.c | 11 +++++-- block/vhdx-log.c | 48 ++++++++++++++++++----------- block/vhdx.c | 89 +++++++++++++++++++++++++++++++---------------------- block/vhdx.h | 1 + 4 files changed, 93 insertions(+), 56 deletions(-) -- 1.9.3