[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 7/9] qapi: fix example of trace-event-get-state command
|
From: |
Victor Toso |
|
Subject: |
[PATCH v1 7/9] qapi: fix example of trace-event-get-state command |
|
Date: |
Thu, 31 Mar 2022 21:06:31 +0200 |
The example output is missing the mandatory member @vcpu. Fix it.
Signed-off-by: Victor Toso <victortoso@redhat.com>
---
qapi/trace.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/trace.json b/qapi/trace.json
index 119509f565..6c6982a587 100644
--- a/qapi/trace.json
+++ b/qapi/trace.json
@@ -69,7 +69,7 @@
#
# -> { "execute": "trace-event-get-state",
# "arguments": { "name": "qemu_memalign" } }
-# <- { "return": [ { "name": "qemu_memalign", "state": "disabled" } ] }
+# <- { "return": [ { "name": "qemu_memalign", "state": "disabled", "vcpu":
false } ] }
#
##
{ 'command': 'trace-event-get-state',
--
2.35.1
- [PATCH v1 0/9] Fix some qapi examples, Victor Toso, 2022/03/31
- [PATCH v1 1/9] qapi: fix example of netdev_add command, Victor Toso, 2022/03/31
- [PATCH v1 4/9] qapi: fix example of query-spice command, Victor Toso, 2022/03/31
- [PATCH v1 3/9] qapi: fix example of query-named-block-nodes command, Victor Toso, 2022/03/31
- [PATCH v1 2/9] qapi: fix examples: replay-break and replay-seek, Victor Toso, 2022/03/31
- [PATCH v1 6/9] qapi: fix example of query-colo-status command, Victor Toso, 2022/03/31
- [PATCH v1 7/9] qapi: fix example of trace-event-get-state command,
Victor Toso <=
- [PATCH v1 5/9] qapi: fix example of query-vnc command, Victor Toso, 2022/03/31
- [PATCH v1 8/9] qapi: fix example of query-cpus-fast command, Victor Toso, 2022/03/31
- [PATCH v1 9/9] qapi: fix example of query-memdev command, Victor Toso, 2022/03/31