diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-10-31 12:10:56 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-11-17 10:07:52 +0100 |
commit | 517b0220efd421acf885eed109571a61e95b192a (patch) | |
tree | 7a98ebbe0c3a14c39c572658b5637c6c17fa653b /qemu-nbd.c | |
parent | b665165938d89c8e1f83f970d3722f507ce87acd (diff) |
ui/qmp-cmds: Improve two error messages
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>
Message-ID: <20231031111059.3407803-5-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'qemu-nbd.c')
0 files changed, 0 insertions, 0 deletions