Re: [PATCH 2/2] qga: Improve error for guest-set-user-password parameter @crypted

2024-09-12 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Wed, Sep 11, 2024 at 4:12 PM Markus Armbruster wrote: > 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

Re: [PATCH 2/2] qga: Improve error for guest-set-user-password parameter @crypted

2024-09-11 Thread Philippe Mathieu-Daudé
On 11/9/24 15:12, Markus Armbruster wrote: 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. Signe

[PATCH 2/2] qga: Improve error for guest-set-user-password parameter @crypted

2024-09-11 Thread Markus Armbruster
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 --- include/qap