qapi: fix example of dump-guest-memory

Example output lacks mandatory member @paging.  Provide it.

Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20220328140604.41484-15-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
Victor Toso 2022-03-28 16:06:04 +02:00 committed by Markus Armbruster
parent 69bd6cb829
commit 4375cf9868

View file

@ -83,7 +83,7 @@
# Example:
#
# -> { "execute": "dump-guest-memory",
# "arguments": { "protocol": "fd:dump" } }
# "arguments": { "paging": false, "protocol": "fd:dump" } }
# <- { "return": {} }
#
##