mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
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>
This commit is contained in:
parent
bdebb722cf
commit
bd783b5cd6
2 changed files with 1 additions and 4 deletions
|
@ -26,7 +26,4 @@
|
|||
#define QERR_PROPERTY_VALUE_OUT_OF_RANGE \
|
||||
"Property %s.%s doesn't take value %" PRId64 " (minimum: %" PRId64 ", maximum: %" PRId64 ")"
|
||||
|
||||
#define QERR_UNSUPPORTED \
|
||||
"this feature or command is not currently supported"
|
||||
|
||||
#endif /* QERROR_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue