From: Victor Toso Date: Thu, 31 Mar 2022 19:06:33 +0000 (+0200) Subject: qapi: fix example of query-memdev command X-Git-Tag: qemu-xen-4.17.0-rc4~10^2~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7c90031d8057b8c539b75d96adb23ac78d00c149;p=qemu-xen.git qapi: fix example of query-memdev command Example output is missing mandatory argument @share for the return JSON object. Add it. Signed-off-by: Victor Toso Message-Id: <20220331190633.121077-10-victortoso@redhat.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- diff --git a/qapi/machine.json b/qapi/machine.json index 968f912989..d25a481ce4 100644 --- a/qapi/machine.json +++ b/qapi/machine.json @@ -839,6 +839,7 @@ # "merge": false, # "dump": true, # "prealloc": false, +# "share": false, # "host-nodes": [0, 1], # "policy": "bind" # }, @@ -847,6 +848,7 @@ # "merge": false, # "dump": true, # "prealloc": true, +# "share": false, # "host-nodes": [2, 3], # "policy": "preferred" # }