Message ID | 20230905194846.169530-4-victortoso@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Validate and test qapi examples | expand |
On Tue, Sep 05, 2023 at 09:48:42PM +0200, Victor Toso wrote: > Example output has extra end curly bracket. Switch with comma. > > Signed-off-by: Victor Toso <victortoso@redhat.com> > --- > qapi/machine.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> With regards, Daniel
diff --git a/qapi/machine.json b/qapi/machine.json index a08b6576ca..9eb76193e0 100644 --- a/qapi/machine.json +++ b/qapi/machine.json @@ -1684,7 +1684,7 @@ # # Example: # -# -> { "execute": "dumpdtb" } +# -> { "execute": "dumpdtb", # "arguments": { "filename": "fdt.dtb" } } # <- { "return": {} } ##
Example output has extra end curly bracket. Switch with comma. Signed-off-by: Victor Toso <victortoso@redhat.com> --- qapi/machine.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)