From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, Lucas Meneghel Rodrigues <lmr@redhat.com>,
hch@lst.de, kvm@vger.kernel.org
Subject: [Qemu-devel] [PATCH 1/2] check: print relevant path information
Date: Thu, 1 Dec 2011 11:41:23 -0200 [thread overview]
Message-ID: <1322746884-8723-2-git-send-email-lmr@redhat.com> (raw)
In-Reply-To: <1322746884-8723-1-git-send-email-lmr@redhat.com>
Print the paths of the programs under test
(qemu, qemu-img and qemu-io).
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
check | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/check b/check
index 84ef3e5..8499a04 100755
--- a/check
+++ b/check
@@ -158,6 +158,9 @@ FULL_HOST_DETAILS=`_full_platform_details`
#FULL_MOUNT_OPTIONS=`_scratch_mount_options`
cat <<EOF
+QEMU -- $QEMU
+QEMU_IMG -- $QEMU_IMG
+QEMU_IO -- $QEMU_IO
IMGFMT -- $FULL_IMGFMT_DETAILS
IMGPROTO -- $FULL_IMGPROTO_DETAILS
PLATFORM -- $FULL_HOST_DETAILS
--
1.7.7.3
next prev parent reply other threads:[~2011-12-01 13:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-01 13:41 [Qemu-devel] [PATCH 0/2] qemu-io tests: More fine grained control of qemu paths Lucas Meneghel Rodrigues
2011-12-01 13:41 ` Lucas Meneghel Rodrigues [this message]
2011-12-01 13:41 ` [Qemu-devel] [PATCH 2/2] common.config: Allow use of arbitrary qemu* paths Lucas Meneghel Rodrigues
2011-12-08 16:51 ` [Qemu-devel] [PATCH 0/2] qemu-io tests: More fine grained control of qemu paths Christoph Hellwig
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=1322746884-8723-2-git-send-email-lmr@redhat.com \
--to=lmr@redhat.com \
--cc=hch@lst.de \
--cc=kvm@vger.kernel.org \
--cc=kwolf@redhat.com \
--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).