diff options
author | Fabian Holler <fabian.holler@simplesurance.de> | 2022-02-22 18:01:16 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2022-02-28 11:39:35 +0100 |
commit | b1ca53224a9161292a2801f0f41377f3ee83c609 (patch) | |
tree | 6f757ac2c85cfd9b22165270e418d0193610e704 /migration/multifd-zlib.c | |
parent | 429d79e6be65b26d707f966aed03455badda8ef7 (diff) | |
download | qemu-b1ca53224a9161292a2801f0f41377f3ee83c609.zip qemu-b1ca53224a9161292a2801f0f41377f3ee83c609.tar.gz qemu-b1ca53224a9161292a2801f0f41377f3ee83c609.tar.bz2 |
qapi/migration: Fix examples document wrong field name for arguments
The examples for the snapshot-* and calc-dirty-rate commands document
that arguments for the commands are passed in a 'data' field.
This is wrong, passing them in a "data" field results in
the error:
{"error": {"class": "GenericError", "desc": "QMP input member 'data'
is unexpected"}}
Arguments are expected to be passed in an field called "arguments".
Replace "data" with "arguments" in the snapshot-* and calc-dirty-rate
command examples.
Signed-off-by: Fabian Holler <fabian.holler@simplesurance.de>
Message-Id: <20220222170116.63105-1-fabian.holler@simplesurance.de>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'migration/multifd-zlib.c')
0 files changed, 0 insertions, 0 deletions