diff options
author | Markus Armbruster <armbru@redhat.com> | 2022-10-12 17:38:00 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2022-10-27 07:57:09 +0200 |
commit | 8d095933148a0a88ecf1b6bccbbe4ce6c248e2cd (patch) | |
tree | 9f9fee825977d836a86ac7cb7b81b4993fa8bae4 /include/qapi/qmp/qerror.h | |
parent | ff924448849f4fca48df15ecad67dc93854392e5 (diff) |
qtest: Improve error messages when property can not be set right now
When you try to set qtest property "log" while the qtest object is
active, the error message blames "insufficient permission":
$ qemu-system-x86_64 -S -display none -nodefaults -monitor stdio -chardev socket,id=chrqt0,path=qtest.socket,server=on,wait=off -object qtest,id=qt0,chardev=chrqt0,log=/dev/null
QEMU 7.1.50 monitor - type 'help' for more information
(qemu) qom-set /objects/qt0 log qtest.log
Error: Insufficient permission to perform this operation
This implies it could work with "sufficient permission". It can't.
Change the error message to:
Error: Property 'log' can not be set now
Same for property "chardev".
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20221012153801.2604340-4-armbru@redhat.com>
Diffstat (limited to 'include/qapi/qmp/qerror.h')
0 files changed, 0 insertions, 0 deletions