]> Git Repo - qemu.git/commitdiff
qapi: Fix missing headers in QMP Reference Manual
authorMarkus Armbruster <[email protected]>
Mon, 2 Nov 2020 08:15:50 +0000 (09:15 +0100)
committerMarkus Armbruster <[email protected]>
Mon, 9 Nov 2020 08:14:17 +0000 (09:14 +0100)
Audio stuff is under "Miscellanea", and authorization stuff is under
"Input".  Add suitable header doc comments to correct that.

Cc: Gerd Hoffmann <[email protected]>
Cc: Daniel P. Berrange <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
Message-Id: <20201102081550[email protected]>
Acked-by: Daniel P. BerrangĂ© <[email protected]>
qapi/audio.json
qapi/authz.json

index 3b843878d2353d89ed9d8a3f621322c72cb2fdf3..072ed79def503fcbe09247e6a230be197d31759c 100644 (file)
@@ -5,6 +5,10 @@
 # This work is licensed under the terms of the GNU GPL, version 2 or later.
 # See the COPYING file in the top-level directory.
 
+##
+# = Audio
+##
+
 ##
 # @AudiodevPerDirectionOptions:
 #
index f3e97454267f8a4c100975d999bfe547adf69e81..42afe752d1c18d8d2f46aefd0e6790e3fec41265 100644 (file)
@@ -1,7 +1,9 @@
 # -*- Mode: Python -*-
 # vim: filetype=python
-#
-# QAPI authz definitions
+
+##
+# = User authorization
+##
 
 ##
 # @QAuthZListPolicy:
This page took 0.02848 seconds and 4 git commands to generate.