qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 2/9] qemu-iotests: Use qemu-io -f $IMGFMT


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH v2 2/9] qemu-iotests: Use qemu-io -f $IMGFMT
Date: Mon, 10 Nov 2014 15:21:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

On 2014-11-07 at 20:39, Kevin Wolf wrote:
This patch changes $QEMU_IO so that all tests by default pass a format
argument to qemu-io.

There are a few cases where -f $IMGFMT is not wanted because it selects
the wrong driver or json: filenames including a driver are used. They
are changed to use $QEMU_IO_PROG, which doesn't include any options.

Tests 071 and 081 have output changes because now the actual request
fails instead of reading the 2k probing buffer.

Signed-off-by: Kevin Wolf <address@hidden>
---
  tests/qemu-iotests/016     | 11 +++++++----
  tests/qemu-iotests/048     |  2 +-
  tests/qemu-iotests/058     | 11 +++++++----
  tests/qemu-iotests/071     | 10 +++++-----
  tests/qemu-iotests/071.out |  6 +++---
  tests/qemu-iotests/077     |  2 +-
  tests/qemu-iotests/081     |  8 ++++++--
  tests/qemu-iotests/081.out |  2 +-
  tests/qemu-iotests/089     |  6 ++++--
  tests/qemu-iotests/common  |  2 +-
  10 files changed, 36 insertions(+), 24 deletions(-)

Reviewed-by: Max Reitz <address@hidden>



reply via email to

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