diff options
author | 2015-12-18 16:35:09 +0100 | |
---|---|---|
committer | 2016-01-13 15:16:16 +0100 | |
commit | cd5c2dac2e6e60b4f7048d932530cec9d3fdc5da (patch) | |
tree | e683eee5728175c1cbc8ea347f01d2b9841b760f /include/qapi/error.h | |
parent | error: Improve documentation (diff) | |
download | qemu-cd5c2dac2e6e60b4f7048d932530cec9d3fdc5da.tar.xz qemu-cd5c2dac2e6e60b4f7048d932530cec9d3fdc5da.zip |
block: Clean up "Could not create temporary overlay" error message
bdrv_create() sets an error and returns -errno on failure. When the
latter is interesting, the error is created with error_setg_errno().
bdrv_append_temp_snapshot() uses the error's message to create a new
one with error_setg_errno(). This adds a strerror() that is either
uninteresting or duplicate. Use error_setg() instead.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1450452927-8346-7-git-send-email-armbru@redhat.com>
Diffstat (limited to 'include/qapi/error.h')
0 files changed, 0 insertions, 0 deletions