[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 01/11] qapi: fix example of get-win32-socket command
From: |
Victor Toso |
Subject: |
[PATCH v2 01/11] qapi: fix example of get-win32-socket command |
Date: |
Mon, 11 Sep 2023 12:40:09 +0200 |
Example output lacks double quotes. Fix it.
Fixes: 4cda177c60 "qmp: add 'get-win32-socket'"
Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
---
qapi/misc.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/misc.json b/qapi/misc.json
index cda2effa81..be302cadeb 100644
--- a/qapi/misc.json
+++ b/qapi/misc.json
@@ -290,7 +290,7 @@
#
# Example:
#
-# -> { "execute": "get-win32-socket", "arguments": { "info": "abcd123..",
fdname": "skclient" } }
+# -> { "execute": "get-win32-socket", "arguments": { "info": "abcd123..",
"fdname": "skclient" } }
# <- { "return": {} }
##
{ 'command': 'get-win32-socket', 'data': {'info': 'str', 'fdname': 'str'},
'if': 'CONFIG_WIN32' }
--
2.41.0
- [PATCH v2 00/11] Validate and test qapi examples, Victor Toso, 2023/09/11
- [PATCH v2 01/11] qapi: fix example of get-win32-socket command,
Victor Toso <=
- [PATCH v2 03/11] qapi: fix example of cancel-vcpu-dirty-limit command, Victor Toso, 2023/09/11
- [PATCH v2 02/11] qapi: fix example of dumpdtb command, Victor Toso, 2023/09/11
- [PATCH v2 04/11] qapi: fix example of set-vcpu-dirty-limit command, Victor Toso, 2023/09/11
- [PATCH v2 05/11] qapi: fix example of calc-dirty-rate command, Victor Toso, 2023/09/11
- [PATCH v2 06/11] qapi: fix example of NETDEV_STREAM_CONNECTED event, Victor Toso, 2023/09/11
- [PATCH v2 08/11] qapi: fix example of query-spice command, Victor Toso, 2023/09/11
- [PATCH v2 07/11] qapi: fix example of query-rocker-of-dpa-flows command, Victor Toso, 2023/09/11