OSDN Git Service

qemu_img: add cvtnum_full to print error reports
authorEyal Moscovici <eyal.moscovici@oracle.com>
Wed, 13 May 2020 13:36:26 +0000 (16:36 +0300)
committerEric Blake <eblake@redhat.com>
Mon, 18 May 2020 16:02:05 +0000 (11:02 -0500)
commit43d589b074370ebc9b340340b5f641b385da9df8
tree48f6ef903c5070a8a56b3d80358a17cf87f1a532
parent0eaf453ebf6788885fbb5d40426b154ef8805407
qemu_img: add cvtnum_full to print error reports

All calls to cvtnum check the return value and print the same error
message more or less. And so error reporting moved to cvtnum_full to
reduce code duplication and provide a single error
message. Additionally, cvtnum now wraps cvtnum_full with the existing
default range of 0 to MAX_INT64.

Acked-by: Mark Kanda <mark.kanda@oracle.com>
Signed-off-by: Eyal Moscovici <eyal.moscovici@oracle.com>
Message-Id: <20200513133629.18508-2-eyal.moscovici@oracle.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
[eblake: fix printf formatting, avoid trailing space, change error wording,
reformat commit message]
Signed-off-by: Eric Blake <eblake@redhat.com>
qemu-img.c
tests/qemu-iotests/049.out