qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] qemu-iotests with sample images, vhdx read test


From: Jeff Cody
Subject: [Qemu-devel] [PATCH 0/2] qemu-iotests with sample images, vhdx read test
Date: Thu, 19 Sep 2013 23:48:41 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]