pet...@redhat.com writes: > From: Peter Xu <pet...@redhat.com> > > As reported in Markus's recent enforcement series on qapi doc [1], we > accidentally miss one entry for tls-authz. Add it. Then we can drop > @MigrateSetParameters from documentation-exceptions safely later. > > [1] https://lore.kernel.org/r/20240205074709.3613229-1-arm...@redhat.com > > Cc: Daniel P. Berrangé <berra...@redhat.com> > Cc: Fabiano Rosas <faro...@suse.de> > Reported-by: Markus Armbruster <arm...@redhat.com> > Signed-off-by: Peter Xu <pet...@redhat.com> > --- > qapi/migration.json | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/qapi/migration.json b/qapi/migration.json > index 819708321d..f4c5f59e01 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) > #
Reviewed-by: Markus Armbruster <arm...@redhat.com> I propose I queue this right after [1] with the update to pragma.json squashed in (appended), and the sentence "Then we can drop ... later" dropped. Thanks for your help! diff --git a/qapi/pragma.json b/qapi/pragma.json index 7ac05ccc26..6929ab776e 100644 --- a/qapi/pragma.json +++ b/qapi/pragma.json @@ -69,7 +69,6 @@ 'JSONType', 'KeyValueKind', 'MemoryDeviceInfoKind', - 'MigrateSetParameters', 'NetClientDriver', 'ObjectType', 'PciMemoryRegion',