aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
Diffstat (limited to 'qapi')
-rw-r--r--qapi/cryptodev.json4
-rw-r--r--qapi/job.json2
-rw-r--r--qapi/qapi-schema.json2
3 files changed, 6 insertions, 2 deletions
diff --git a/qapi/cryptodev.json b/qapi/cryptodev.json
index f33f96a..cf960ea 100644
--- a/qapi/cryptodev.json
+++ b/qapi/cryptodev.json
@@ -5,6 +5,10 @@
# See the COPYING file in the top-level directory.
##
+# = Cryptography devices
+##
+
+##
# @QCryptodevBackendAlgType:
#
# The supported algorithm types of a crypto device.
diff --git a/qapi/job.json b/qapi/job.json
index bc41047..9e29a79 100644
--- a/qapi/job.json
+++ b/qapi/job.json
@@ -2,7 +2,7 @@
# vim: filetype=python
##
-# == Background jobs
+# = Background jobs
##
##
diff --git a/qapi/qapi-schema.json b/qapi/qapi-schema.json
index e57d8ff..bb7217d 100644
--- a/qapi/qapi-schema.json
+++ b/qapi/qapi-schema.json
@@ -43,11 +43,11 @@
{ 'include': 'sockets.json' }
{ 'include': 'run-state.json' }
{ 'include': 'crypto.json' }
+{ 'include': 'job.json' }
{ 'include': 'block.json' }
{ 'include': 'block-export.json' }
{ 'include': 'char.json' }
{ 'include': 'dump.json' }
-{ 'include': 'job.json' }
{ 'include': 'net.json' }
{ 'include': 'rdma.json' }
{ 'include': 'rocker.json' }