aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2025-04-04 14:14:04 +0200
committerMarkus Armbruster <armbru@redhat.com>2025-04-08 09:04:20 +0200
commit2f0bcc65a8e7d2e6ff28884e596355d70b03acc6 (patch)
tree9195029cb3c9306c6bc68c903f828c70a3e1df91
parent23d017ca84c82ebae6988b73f0675a0a4f539bca (diff)
downloadqemu-2f0bcc65a8e7d2e6ff28884e596355d70b03acc6.zip
qemu-2f0bcc65a8e7d2e6ff28884e596355d70b03acc6.tar.gz
qemu-2f0bcc65a8e7d2e6ff28884e596355d70b03acc6.tar.bz2
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 <armbru@redhat.com> Message-ID: <20250404121413.1743790-3-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> [Commit message typo fixed]
-rw-r--r--qapi/rocker.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/rocker.json b/qapi/rocker.json
index 51aa5b4..0c7ef1f 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',