qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 4/7] ui/qmp-cmds: Improve two error messages


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 4/7] ui/qmp-cmds: Improve two error messages
Date: Tue, 31 Oct 2023 15:46:52 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

On 31/10/23 12:10, Markus Armbruster wrote:
set_password with "protocol": "vnc" supports only "connected": "keep".
Any other value is rejected with

     Invalid parameter 'connected'

Improve this to

     parameter 'connected' must be 'keep' when 'protocol' is 'vnc'

client_migrate_info requires "port" or "tls-port".  When both are
missing, it fails with

     Parameter 'port/tls-port' is missing

Improve this to

     parameter 'port' or 'tls-port' is required

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
  ui/ui-qmp-cmds.c | 5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]