Fabian Holler <[email protected]> writes: > 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 <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]> Queued, thanks!
