diff options
author | Kevin Wolf <kwolf@redhat.com> | 2018-03-20 18:11:09 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2018-03-26 12:17:43 +0200 |
commit | 0fcc38e7d0fb102ab9e9a9734459bdff89d3121f (patch) | |
tree | ffaa2f2e2d0aa256838535b321b0fcbe3c59066d /qemu-img.c | |
parent | b412f49407e81dd6cdd9aaf5310895e579ed21d6 (diff) | |
download | qemu-0fcc38e7d0fb102ab9e9a9734459bdff89d3121f.zip qemu-0fcc38e7d0fb102ab9e9a9734459bdff89d3121f.tar.gz qemu-0fcc38e7d0fb102ab9e9a9734459bdff89d3121f.tar.bz2 |
vhdx: Don't use error_setg_errno() with constant errno
error_setg_errno() is meant for cases where we got an errno from the OS
that can add useful extra information to an error message. It's
pointless if we pass a constant errno, these cases should use plain
error_setg().
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Diffstat (limited to 'qemu-img.c')
0 files changed, 0 insertions, 0 deletions