aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.c
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2019-11-26 14:39:55 +0100
committerKevin Wolf <kwolf@redhat.com>2019-12-18 11:21:07 +0100
commit1ef7d9d368eb76d64e86e4d1251eb8e53881ff26 (patch)
tree8d9d01b2e45b37e02897a010a6a5f0739161f2aa /block/qcow2.c
parentf6dc1c31d3801dcbdf0c56574f9ff4f05180810c (diff)
blockjob: Fix error message for negative speed
The error message for a negative speed uses QERR_INVALID_PARAMETER, which implies that the 'speed' option doesn't even exist: {"error": {"class": "GenericError", "desc": "Invalid parameter 'speed'"}} Make it use QERR_INVALID_PARAMETER_VALUE instead: {"error": {"class": "GenericError", "desc": "Parameter 'speed' expects a non-negative value"}} Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'block/qcow2.c')
0 files changed, 0 insertions, 0 deletions