From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMri9-0001Sp-7z for qemu-devel@nongnu.org; Thu, 19 Sep 2013 23:48:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMri3-0006kT-7T for qemu-devel@nongnu.org; Thu, 19 Sep 2013 23:48:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMri3-0006kL-04 for qemu-devel@nongnu.org; Thu, 19 Sep 2013 23:48:47 -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 r8K3mkiE026158 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 19 Sep 2013 23:48:46 -0400 From: Jeff Cody Date: Thu, 19 Sep 2013 23:48:41 -0400 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] qemu-iotests with sample images, vhdx read test 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 This provides: Patch 1/2: A basic framework for using sample image files. This is intended to be sample images created with the image format native tool; e.g. a VHDX image created with Hyper-V. Patch 2/2: VHDX read test on a sample image created with Hyper-V. Jeff Cody (2): block: qemu-iotests - add basic ability to use binary sample images block: qemu-iotests for vhdx, read sample dynamic image tests/qemu-iotests/064 | 62 +++++++++++++++++++++ tests/qemu-iotests/064.out | 14 +++++ tests/qemu-iotests/common | 6 ++ tests/qemu-iotests/common.config | 11 ++++ tests/qemu-iotests/common.rc | 9 +++ tests/qemu-iotests/group | 1 + tests/qemu-iotests/sample_images/MANIFEST | 7 +++ tests/qemu-iotests/sample_images/README | 8 +++ .../sample_images/iotest-dynamic-1G.vhdx.bz2 | Bin 0 -> 874 bytes 9 files changed, 118 insertions(+) create mode 100755 tests/qemu-iotests/064 create mode 100644 tests/qemu-iotests/064.out create mode 100644 tests/qemu-iotests/sample_images/MANIFEST create mode 100644 tests/qemu-iotests/sample_images/README create mode 100644 tests/qemu-iotests/sample_images/iotest-dynamic-1G.vhdx.bz2 -- 1.8.3.1