diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-03-10 16:14:14 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2025-04-23 07:51:25 +0200 |
commit | 76720b6e85b5a6c61044e2110195068c1106fe4e (patch) | |
tree | 5e3ec2d7a7549a981e72e641db227deb94e7bea8 /scripts/rust/rustc_args.py | |
parent | 1b759bb0cdd6ee5c83bdf8ff3c6897071c5a3a2a (diff) | |
download | qemu-76720b6e85b5a6c61044e2110195068c1106fe4e.zip qemu-76720b6e85b5a6c61044e2110195068c1106fe4e.tar.gz qemu-76720b6e85b5a6c61044e2110195068c1106fe4e.tar.bz2 |
qapi/machine: Make @dump-skeys command generic
Reduce misc-target.json by one target specific command.
Error message is returned for machines not implementing
TYPE_DUMP_SKEYS_INTERFACE:
$ qemu-system-aarch64 -M virt -S -qmp stdio
{"QMP": {"version": {"qemu": {"micro": 50, "major": 9}}, "capabilities": ["oob"]}}
{ "execute": "qmp_capabilities" }
{"return": {}}
{ "execute": "dump-skeys", "arguments": { "filename": "/tmp/foo" } }
{"error": {"class": "GenericError", "desc": "Storage keys information not available for this architecture"}}
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250310151414.11550-5-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'scripts/rust/rustc_args.py')
0 files changed, 0 insertions, 0 deletions