diff options
-rw-r--r-- | qapi/migration.json | 4 | ||||
-rw-r--r-- | qapi/pragma.json | 1 |
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', |