From: Jeff Cody <jcody@redhat.com>
To: qemu-devel@nongnu.org
Cc: qemu-block@nongnu.org, ashmit602@gmail.com, stefanha@redhat.com
Subject: [Qemu-devel] [PATCH 2/2] block/vxhs: set errp on iio_init() failure
Date: Thu, 4 May 2017 17:35:01 -0400 [thread overview]
Message-ID: <0ed31cb5524d0f2c82f09d2a2ed1b84d6c1eaeb4.1493933558.git.jcody@redhat.com> (raw)
In-Reply-To: <cover.1493933558.git.jcody@redhat.com>
In-Reply-To: <cover.1493933558.git.jcody@redhat.com>
Signed-off-by: Jeff Cody <jcody@redhat.com>
---
block/vxhs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/block/vxhs.c b/block/vxhs.c
index 9ffe9d3..1f1e5db 100644
--- a/block/vxhs.c
+++ b/block/vxhs.c
@@ -301,6 +301,7 @@ static int vxhs_open(BlockDriverState *bs, QDict *options,
ret = vxhs_init_and_ref();
if (ret < 0) {
+ error_setg(&local_err, "libvxhs iio_init() failed");
ret = -EINVAL;
goto out;
}
--
2.9.3
prev parent reply other threads:[~2017-05-04 21:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-04 21:34 [Qemu-devel] [PATCH 0/2] Minor VXHS fixups Jeff Cody
2017-05-04 21:35 ` [Qemu-devel] [PATCH 1/2] block/vxhs: Allow VXHS to be built as a module Jeff Cody
2017-05-08 17:29 ` [Qemu-devel] [Qemu-block] " John Snow
2017-05-08 17:48 ` Jeff Cody
2017-05-04 21:35 ` Jeff Cody [this message]
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=0ed31cb5524d0f2c82f09d2a2ed1b84d6c1eaeb4.1493933558.git.jcody@redhat.com \
--to=jcody@redhat.com \
--cc=ashmit602@gmail.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/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).