]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: fix examples: replay-break and replay-seek
authorVictor Toso <victortoso@redhat.com>
Thu, 31 Mar 2022 19:06:26 +0000 (21:06 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 5 Apr 2022 10:30:45 +0000 (12:30 +0200)
commit227a762bef7d09d013199d98de8c411c4004fa7b
treeb1c909e09a083b2b4a33da7bdcd45381820650cf
parent9a9d101c5bd21fb2b4b8b06f66e3fde57e7b5dd7
qapi: fix examples: replay-break and replay-seek

Both examples outputs are using @data member for the arguments. This
is wrong. The expected member for the QMP is @arguments. Fix it.

Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220331190633.121077-3-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qapi/replay.json