]> git.ipfire.org Git - thirdparty/qemu.git/commit
qga: Improve error for guest-set-user-password parameter @crypted
authorMarkus Armbruster <armbru@redhat.com>
Wed, 11 Sep 2024 13:12:06 +0000 (15:12 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 18 Oct 2024 13:03:35 +0000 (15:03 +0200)
commitbd783b5cd6ed02d83357632aa230c73166704cdb
tree04ded7dcb15144ededa0690e4c7341ec51911b19
parentbdebb722cfbdc107717551dbbc423887314e9d92
qga: Improve error for guest-set-user-password parameter @crypted

The Windows version of guest-set-user-password rejects argument
"crypted": true with the rather useless "this feature or command is
not currently supported".  Improve to "'crypted' must be off on this
host".

QERR_UNSUPPORTED is now unused.  Drop.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240911131206.2503035-3-armbru@redhat.com>
include/qapi/qmp/qerror.h
qga/commands-win32.c