Victor Toso <victort...@redhat.com> writes: > Example output lacks mandatory member @paging. Provide it. > > Signed-off-by: Victor Toso <victort...@redhat.com> > Reviewed-by: John Snow <js...@redhat.com> > --- > qapi/dump.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qapi/dump.json b/qapi/dump.json > index 9119c82b14..29441af9d8 100644 > --- a/qapi/dump.json > +++ b/qapi/dump.json > @@ -83,7 +83,7 @@ > # Example: > # > # -> { "execute": "dump-guest-memory", > -# "arguments": { "protocol": "fd:dump" } } > +# "arguments": { "paging": false, "protocol": "fd:dump" } } > # <- { "return": {} } > # > ##
Reviewed-by: Markus Armbruster <arm...@redhat.com>