qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v7 01/21] qapi: replace 'o' for list items


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH v7 01/21] qapi: replace 'o' for list items
Date: Mon, 9 Jan 2017 15:34:17 +0100

Replace with '*', the common form for list items.

Signed-off-by: Marc-André Lureau <address@hidden>
---
 qapi-schema.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/qapi-schema.json b/qapi-schema.json
index a0d3b5d7c5..3bdc6d8869 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -1883,11 +1883,11 @@
 #
 #        Known limitations:
 #
-#        o This command is stateless, this means that commands that depend
+#        * This command is stateless, this means that commands that depend
 #          on state information (such as getfd) might not work
 #
-#       o Commands that prompt the user for data (eg. 'cont' when the block
-#         device is encrypted) don't currently work
+#        * Commands that prompt the user for data (eg. 'cont' when the block
+#          device is encrypted) don't currently work
 ##
 { 'command': 'human-monitor-command',
   'data': {'command-line': 'str', '*cpu-index': 'int'},
-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]