diff options
author | Markus Armbruster <armbru@redhat.com> | 2024-02-05 08:47:09 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2024-02-12 10:04:32 +0100 |
commit | 89a2273b9d9e46e2e314fe05faf1b11bf4b3f6d2 (patch) | |
tree | 4379abd09ab0b9120bff563ad00259b861748c67 /qapi/migration.json | |
parent | 8bf69544b5e8142a4b7397bc1235eb2c42d1b29d (diff) |
qapi: Add missing union tag documentation
Low-hanging fruit, and except for StatsFilter, the only members of
these unions lacking documentation.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240205074709.3613229-16-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'qapi/migration.json')
-rw-r--r-- | qapi/migration.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qapi/migration.json b/qapi/migration.json index bf89765a26..7c8881abda 100644 --- a/qapi/migration.json +++ b/qapi/migration.json @@ -1630,6 +1630,8 @@ # # Migration endpoint configuration. # +# @transport: The migration stream transport mechanism +# # Since: 8.2 ## { 'union': 'MigrationAddress', |