Re: [PATCH v3 13/18] ui: Improve "change vnc" error reporting

2022-12-20 Thread Philippe Mathieu-Daudé
On 20/12/22 10:06, Markus Armbruster wrote: 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 Revie

[PATCH v3 13/18] ui: Improve "change vnc" error reporting

2022-12-20 Thread Markus Armbruster
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 Reviewed-by: Daniel P. Berrangé --- monitor/hmp-c