From: Markus Armbruster Date: Fri, 4 Apr 2025 12:14:04 +0000 (+0200) Subject: qapi/rocker: Tidy up query-rocker-of-dpa-flows example X-Git-Tag: v10.0.0-rc3~4^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f0bcc65a8e7d2e6ff28884e596355d70b03acc6;p=thirdparty%2Fqemu.git qapi/rocker: Tidy up query-rocker-of-dpa-flows example The command can return any number of RockerOfDpaFlow objects. The example shows it returning exactly two, with the second object's members elided. Tweak it so it elides elements after the first instead. Signed-off-by: Markus Armbruster Message-ID: <20250404121413.1743790-3-armbru@redhat.com> Reviewed-by: Eric Blake [Commit message typo fixed] --- diff --git a/qapi/rocker.json b/qapi/rocker.json index 51aa5b4930..0c7ef1f77c 100644 --- a/qapi/rocker.json +++ b/qapi/rocker.json @@ -254,7 +254,7 @@ # "action": {"goto-tbl": 10}, # "mask": {"in-pport": 4294901760} # }, -# {...}, +# ... # ]} ## { 'command': 'query-rocker-of-dpa-flows',