From: John Snow <jsnow@redhat.com>
To: qemu-block@nongnu.org
Cc: peter.maydell@linaro.org, John Snow <jsnow@redhat.com>,
qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v2 0/3] qtest/ahci: skip qcow2 tests
Date: Fri, 13 Nov 2015 13:31:16 -0500 [thread overview]
Message-ID: <1447439479-16775-1-git-send-email-jsnow@redhat.com> (raw)
Skip tests that need qcow2 to function when qemu-img isn't
set or otherwise present.
When running under raw mode, we no longer properly test
LBA48 reads/writes beyond 137Gb. ahci-test will skip past
any /<arch>/io/<mode>/lba48/<length>/high test.
While we're at it, try to make failures due to missing qemu-img
binaries a little more apparent in case we find a way to bump
into them again.
v2: Fix type; size_t -> uint64_t. (Fails i386 tests.)
John Snow (3):
qtest/ahci: always specify image format
libqos: add qemu-img presence check
qtest/ahci: use raw format when qemu-img is absent
tests/ahci-test.c | 90 ++++++++++++++++++++++++++++++++++-----------------
tests/libqos/libqos.c | 28 +++++++++++++---
tests/libqos/libqos.h | 1 +
3 files changed, 84 insertions(+), 35 deletions(-)
--
2.4.3
next reply other threads:[~2015-11-13 18:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-13 18:31 John Snow [this message]
2015-11-13 18:31 ` [Qemu-devel] [PATCH v2 1/3] qtest/ahci: always specify image format John Snow
2015-11-13 18:31 ` [Qemu-devel] [PATCH v2 2/3] libqos: add qemu-img presence check John Snow
2015-11-13 18:31 ` [Qemu-devel] [PATCH v2 3/3] qtest/ahci: use raw format when qemu-img is absent John Snow
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1447439479-16775-1-git-send-email-jsnow@redhat.com \
--to=jsnow@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).