qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 1/5] qapi: add comment block before ChardevDummy


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH 1/5] qapi: add comment block before ChardevDummy
Date: Fri, 3 Jul 2015 11:51:00 +0200

This is mainly to please the doc generation that requires comment block
before the declaration.

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

diff --git a/qapi-schema.json b/qapi-schema.json
index 106008c..71c894e 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3016,13 +3016,17 @@
 { 'struct': 'ChardevRingbuf', 'data': { '*size'  : 'int' } }
 
 ##
+# @ChardevDummy
+##
+{ 'struct': 'ChardevDummy', 'data': { } }
+
+##
 # @ChardevBackend:
 #
 # Configuration info for the new chardev backend.
 #
 # Since: 1.4 (testdev since 2.2)
 ##
-{ 'struct': 'ChardevDummy', 'data': { } }
 
 { 'union': 'ChardevBackend', 'data': { 'file'   : 'ChardevFile',
                                        'serial' : 'ChardevHostdev',
-- 
2.4.3




reply via email to

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