qapi: add some sections in docs
Add some more section titles to organize the documentation we're going to generate. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20170113144135.5150-10-marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
7a305384e8
commit
d3a48372a4
@ -20,6 +20,10 @@
|
||||
# QAPI introspection
|
||||
{ 'include': 'qapi/introspect.json' }
|
||||
|
||||
##
|
||||
# = QMP commands
|
||||
##
|
||||
|
||||
##
|
||||
# @qmp_capabilities:
|
||||
#
|
||||
|
@ -1,6 +1,8 @@
|
||||
# -*- Mode: Python -*-
|
||||
#
|
||||
# QAPI block core definitions (vm unrelated)
|
||||
|
||||
##
|
||||
# == QAPI block core definitions (vm unrelated)
|
||||
##
|
||||
|
||||
# QAPI common definitions
|
||||
{ 'include': 'common.json' }
|
||||
|
@ -1,10 +1,16 @@
|
||||
# -*- Mode: Python -*-
|
||||
#
|
||||
# QAPI block definitions (vm related)
|
||||
|
||||
##
|
||||
# = QAPI block definitions
|
||||
##
|
||||
|
||||
# QAPI block core definitions
|
||||
{ 'include': 'block-core.json' }
|
||||
|
||||
##
|
||||
# == QAPI block definitions (vm unrelated)
|
||||
##
|
||||
|
||||
##
|
||||
# @BiosAtaTranslation:
|
||||
#
|
||||
|
@ -1,6 +1,8 @@
|
||||
# -*- Mode: Python -*-
|
||||
#
|
||||
# QAPI common definitions
|
||||
|
||||
##
|
||||
# = QAPI common definitions
|
||||
##
|
||||
|
||||
##
|
||||
# @QapiErrorClass:
|
||||
|
@ -1,6 +1,9 @@
|
||||
# -*- Mode: Python -*-
|
||||
#
|
||||
# QAPI crypto definitions
|
||||
|
||||
##
|
||||
# = QAPI crypto definitions
|
||||
##
|
||||
|
||||
##
|
||||
# @QCryptoTLSCredsEndpoint:
|
||||
|
@ -1,3 +1,9 @@
|
||||
# -*- Mode: Python -*-
|
||||
|
||||
##
|
||||
# = Other events
|
||||
##
|
||||
|
||||
##
|
||||
# @SHUTDOWN:
|
||||
#
|
||||
|
@ -1,3 +1,7 @@
|
||||
##
|
||||
# = Rocker switch device
|
||||
##
|
||||
|
||||
##
|
||||
# @RockerSwitch:
|
||||
#
|
||||
|
@ -5,6 +5,9 @@
|
||||
# This work is licensed under the terms of the GNU GPL, version 2 or later.
|
||||
# See the COPYING file in the top-level directory.
|
||||
|
||||
##
|
||||
# = Tracing commands
|
||||
##
|
||||
|
||||
##
|
||||
# @TraceEventState:
|
||||
|
Loading…
Reference in New Issue
Block a user