From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPXcr-0001aB-C4 for qemu-devel@nongnu.org; Fri, 27 Sep 2013 08:58:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPXcl-0005bz-Fj for qemu-devel@nongnu.org; Fri, 27 Sep 2013 08:58:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPXcl-0005bo-6J for qemu-devel@nongnu.org; Fri, 27 Sep 2013 08:58:23 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8RCwMg7029146 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 27 Sep 2013 08:58:22 -0400 Date: Fri, 27 Sep 2013 08:58:20 -0400 From: Jeff Cody Message-ID: <20130927125820.GB10859@localhost.localdomain> References: <9164073f63fe55ed9dbdf4bad3e579436a73e8f2.1380141614.git.jcody@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9164073f63fe55ed9dbdf4bad3e579436a73e8f2.1380141614.git.jcody@redhat.com> Subject: Re: [Qemu-devel] [PATCH v6 18/20] block: qemu-iotests for vhdx, read sample dynamic image List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, stefanha@redhat.com On Wed, Sep 25, 2013 at 05:03:03PM -0400, Jeff Cody wrote: > This adds the VHDX format to the qemu-iotests format, and adds > a read test. The test reads from an existing sample image, that > was created with Hyper-V under Windwos Server 2012. > > The image file is a 1GB dynamic image, with 32MB blocks. > > The pattern 0xa5 exists from 0MB-33MB (past a block size boundary) > > The pattern 0x96 exists from 33MB-66MB (past another block boundary, > and leaving a partial blank block) > > From 66MB-1024MB, all reads should return 0. > > Although 1GB dynamic image with 66MB of data, the bzip2'ed image > file size is only 874 bytes. > > Signed-off-by: Jeff Cody This has been superseded by this stand-alone patch: [PATCH v4] block: qemu-iotests for vhdx, read sample dynamic image