]> git.proxmox.com Git - mirror_qemu.git/commit
ui: Improve "change vnc" error reporting
authorMarkus Armbruster <armbru@redhat.com>
Mon, 9 Jan 2023 19:03:16 +0000 (20:03 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 19 Jan 2023 12:30:01 +0000 (13:30 +0100)
commitf8f2e9a859a1450756972266b0d6f4c081e6486c
tree687911128c597f47b141ccbeefec806836bce3a0
parent5011d262f0580ae7d9acf35256697520db2f1720
ui: Improve "change vnc" error reporting

Switch from monitor_printf() to error_setg() and hmp_handle_error().
This makes "this is an error" more obvious both in the source and in
the monitor, where hmp_handle_error() prefixes the message with
"Error: ".

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230109190321.1056914-13-armbru@redhat.com>
monitor/hmp-cmds.c