From 2f0bcc65a8e7d2e6ff28884e596355d70b03acc6 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 4 Apr 2025 14:14:04 +0200 Subject: [PATCH] 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] --- qapi/rocker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi/rocker.json b/qapi/rocker.json index 51aa5b49307..0c7ef1f77c8 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', -- 2.39.5