summary refs log tree commit diff stats
path: root/hw/rtc
diff options
context:
space:
mode:
authorFabian Holler <fabian.holler@simplesurance.de>2022-02-22 18:01:16 +0100
committerMarkus Armbruster <armbru@redhat.com>2022-02-28 11:39:35 +0100
commitb1ca53224a9161292a2801f0f41377f3ee83c609 (patch)
tree6f757ac2c85cfd9b22165270e418d0193610e704 /hw/rtc
parent429d79e6be65b26d707f966aed03455badda8ef7 (diff)
downloadfocaccia-qemu-b1ca53224a9161292a2801f0f41377f3ee83c609.tar.gz
focaccia-qemu-b1ca53224a9161292a2801f0f41377f3ee83c609.zip
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 'hw/rtc')
0 files changed, 0 insertions, 0 deletions