diff options
author | Markus Armbruster <armbru@redhat.com> | 2020-11-02 09:15:50 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2020-11-09 09:14:17 +0100 |
commit | a1d12a2148e75dc67743de9c45bf925ca6f26739 (patch) | |
tree | fdaee4d3e91362492313e43c9ebfa3d6df0de608 | |
parent | 92a3c6aac8da5f97f7ec86d12c2d0417cc3bf325 (diff) | |
download | qemu-a1d12a2148e75dc67743de9c45bf925ca6f26739.zip qemu-a1d12a2148e75dc67743de9c45bf925ca6f26739.tar.gz qemu-a1d12a2148e75dc67743de9c45bf925ca6f26739.tar.bz2 |
qapi: Fix missing headers in QMP Reference Manual
Audio stuff is under "Miscellanea", and authorization stuff is under
"Input". Add suitable header doc comments to correct that.
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201102081550.171061-3-armbru@redhat.com>
Acked-by: Daniel P. Berrangé <berrange@redhat.com>
-rw-r--r-- | qapi/audio.json | 4 | ||||
-rw-r--r-- | qapi/authz.json | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/qapi/audio.json b/qapi/audio.json index 3b84387..072ed79 100644 --- a/qapi/audio.json +++ b/qapi/audio.json @@ -6,6 +6,10 @@ # See the COPYING file in the top-level directory. ## +# = Audio +## + +## # @AudiodevPerDirectionOptions: # # General audio backend options that are used for both playback and diff --git a/qapi/authz.json b/qapi/authz.json index f3e9745..42afe75 100644 --- a/qapi/authz.json +++ b/qapi/authz.json @@ -1,7 +1,9 @@ # -*- Mode: Python -*- # vim: filetype=python -# -# QAPI authz definitions + +## +# = User authorization +## ## # @QAuthZListPolicy: |