]> Git Repo - qemu.git/commit
qemu-img: fix error reporting for -object
authorDaniel P. Berrangé <[email protected]>
Tue, 19 Feb 2019 11:46:09 +0000 (11:46 +0000)
committerKevin Wolf <[email protected]>
Mon, 25 Feb 2019 14:03:19 +0000 (15:03 +0100)
commit334c43e2c342e878311c66b4e62343f0a7c2c6be
tree5716bf8c8acf6f15d1b50a3af2722565d42bfc60
parent2468eed3befde57ee5be090dd957b9cec220449e
qemu-img: fix error reporting for -object

Error reporting for user_creatable_add_opts_foreach was changed so that
it no longer called 'error_report_err' in:

  commit 7e1e0c11127bde81cff260fc6859690435c509d6
  Author: Markus Armbruster <[email protected]>
  Date:   Wed Oct 17 10:26:43 2018 +0200

    qom: Clean up error reporting in user_creatable_add_opts_foreach()

Some callers were updated to pass in "&error_fatal" but all the ones in
qemu-img were left passing NULL. As a result all errors went to
/dev/null instead of being reported to the user.

Signed-off-by: Daniel P. Berrangé <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Reviewed-by: Stefano Garzarella <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
qemu-img.c
This page took 0.023397 seconds and 4 git commands to generate.