]> git.ipfire.org Git - thirdparty/qemu.git/commit
docs/qapi-domain: always store fully qualified name in signode
authorJohn Snow <jsnow@redhat.com>
Thu, 13 Mar 2025 04:43:03 +0000 (00:43 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 14 Mar 2025 06:31:56 +0000 (07:31 +0100)
commite36afc7bcc193da144f5d45c7c37eb62835b3ab1
treea354d9c33b817dc2bd822a612a51ddb3af218275
parent8fad36626009ef51b52f4cdf08e29cc66284e41d
docs/qapi-domain: always store fully qualified name in signode

Currently, only the definition name is stored in the tree metadata; but
the node property is confusingly called "fullname". Rectify this by
always storing the FQN in the tree metadata.

... While we're here, re-organize the code in preparation for namespace
support to make it a bit easier to add additional components of the
FQN. With this change, there is now extremely little code left that's
taken directly from the Python domain :)

Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20250313044312.189276-3-jsnow@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/sphinx/qapi_domain.py