diff options
| author | Markus Armbruster <armbru@redhat.com> | 2024-09-11 15:12:06 +0200 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2024-10-18 15:03:35 +0200 |
| commit | bd783b5cd6ed02d83357632aa230c73166704cdb (patch) | |
| tree | 04ded7dcb15144ededa0690e4c7341ec51911b19 /include/qapi/qmp/qerror.h | |
| parent | bdebb722cfbdc107717551dbbc423887314e9d92 (diff) | |
| download | focaccia-qemu-bd783b5cd6ed02d83357632aa230c73166704cdb.tar.gz focaccia-qemu-bd783b5cd6ed02d83357632aa230c73166704cdb.zip | |
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>
Diffstat (limited to 'include/qapi/qmp/qerror.h')
| -rw-r--r-- | include/qapi/qmp/qerror.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h index 38e89762b3..101c1141b9 100644 --- a/include/qapi/qmp/qerror.h +++ b/include/qapi/qmp/qerror.h @@ -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 */ |