qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] qemu-iotests: Variable cluster size


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH 0/3] qemu-iotests: Variable cluster size
Date: Mon, 28 Sep 2009 14:06:30 +0200

Currently, all qcow2 tests align their test requests to hit the critical spots
in images that use 4k clusters. By default we are using 64k clusters now for a
while, so we need to make the tests more dynamic.

This patch series makes the cluster size variable in some of the generic code
like common.pattern and adds a test case for the non-4k cluster case.

Kevin Wolf (3):
  qemu-iotests: Align test requests according to cluster size
  qemu-iotests: 019: Make cluster size dynamic
  qemu-iotests: Tests on non-4k clusters

 013            |    9 +-
 013.out        |  682 +-
 014            |    6 +-
 014.out        |  818 +-
 019            |   13 +-
 019.out        |    4 +-
 022            |    5 +-
 022.out        |  138 +-
 023            |  119 +
 023.out        |25706 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 common.pattern |   69 +-
 common.rc      |    4 +
 group          |    1 +
 13 files changed, 26709 insertions(+), 865 deletions(-)
 mode change 100644 => 100755 021
 create mode 100755 023
 create mode 100644 023.out





reply via email to

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