]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qapi/rocker: Tidy up query-rocker-of-dpa-flows example
authorMarkus Armbruster <armbru@redhat.com>
Fri, 4 Apr 2025 12:14:04 +0000 (14:14 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 8 Apr 2025 07:04:20 +0000 (09:04 +0200)
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]

qapi/rocker.json

index 51aa5b493076bc0f8fb8f8e344085ad21b2b4f53..0c7ef1f77c8491f2323d829777754e155dca5a5f 100644 (file)
 #                       "action": {"goto-tbl": 10},
 #                       "mask": {"in-pport": 4294901760}
 #                      },
-#                      {...},
+#                      ...
 #        ]}
 ##
 { 'command': 'query-rocker-of-dpa-flows',