aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorPeter Xu <peterx@redhat.com>2024-02-07 11:28:36 +0800
committerMarkus Armbruster <armbru@redhat.com>2024-02-12 10:04:32 +0100
commit66fcb9d651d69f9f01025acd7ecac35e727c928a (patch)
tree540337d5a47b33a179f11e9e36c926ea0a37546a /qapi
parent89a2273b9d9e46e2e314fe05faf1b11bf4b3f6d2 (diff)
downloadqemu-66fcb9d651d69f9f01025acd7ecac35e727c928a.zip
qemu-66fcb9d651d69f9f01025acd7ecac35e727c928a.tar.gz
qemu-66fcb9d651d69f9f01025acd7ecac35e727c928a.tar.bz2
qapi/migration: Add missing tls-authz documentation
As reported in Markus's recent enforcement series on qapi doc [1], we accidentally miss one entry for tls-authz. Add it. [1] https://lore.kernel.org/r/20240205074709.3613229-1-armbru@redhat.com Cc: Daniel P. Berrangé <berrange@redhat.com> Cc: Fabiano Rosas <farosas@suse.de> Reported-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Peter Xu <peterx@redhat.com> Message-ID: <20240207032836.268183-1-peterx@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> [Update of qapi/pragma.json squashed in, commit message adjusted]
Diffstat (limited to 'qapi')
-rw-r--r--qapi/migration.json4
-rw-r--r--qapi/pragma.json1
2 files changed, 4 insertions, 1 deletions
diff --git a/qapi/migration.json b/qapi/migration.json
index 7c8881a..5a565d9 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -980,6 +980,10 @@
# 2.9) Previously (since 2.7), this was reported by omitting
# tls-hostname instead.
#
+# @tls-authz: ID of the 'authz' object subclass that provides access
+# control checking of the TLS x509 certificate distinguished name.
+# (Since 4.0)
+#
# @max-bandwidth: to set maximum speed for migration. maximum speed
# in bytes per second. (Since 2.8)
#
diff --git a/qapi/pragma.json b/qapi/pragma.json
index 7ac05cc..6929ab7 100644
--- a/qapi/pragma.json
+++ b/qapi/pragma.json
@@ -69,7 +69,6 @@
'JSONType',
'KeyValueKind',
'MemoryDeviceInfoKind',
- 'MigrateSetParameters',
'NetClientDriver',
'ObjectType',
'PciMemoryRegion',