projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8afb52
)
curl: Replaced old error handling with error reporting API.
author
Maria Kustova
<maxa@catit.be>
Tue, 18 Mar 2014 05:59:18 +0000
(09:59 +0400)
committer
Kevin Wolf
<kwolf@redhat.com>
Tue, 22 Apr 2014 09:57:02 +0000
(11:57 +0200)
Signed-off-by: Maria Kustova <maria.k@catit.be>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/curl.c
patch
|
blob
|
history
diff --git
a/block/curl.c
b/block/curl.c
index 1b9b1f6341e67e4089422257e9243baf6632ff15..6731d2891f76fe0a8db6c35e3f3dbb326b93847c 100644
(file)
--- a/
block/curl.c
+++ b/
block/curl.c
@@
-543,7
+543,7
@@
static int curl_open(BlockDriverState *bs, QDict *options, int flags,
return 0;
out:
-
fprintf(stderr, "CURL: Error opening file: %s\n
", state->errmsg);
+
error_setg(errp, "CURL: Error opening file: %s
", state->errmsg);
curl_easy_cleanup(state->curl);
state->curl = NULL;
out_noclean: