]> git.ipfire.org Git - thirdparty/qemu.git/commit
docs/qapi_domain: add namespace support to FQN
authorJohn Snow <jsnow@redhat.com>
Thu, 13 Mar 2025 04:43:04 +0000 (00:43 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 14 Mar 2025 06:31:56 +0000 (07:31 +0100)
commit74d40b011c27dc343ad56022a322d212135c96ed
tree1db6620af39c0dca0a7a751efe5d2099c8dcbec5
parente36afc7bcc193da144f5d45c7c37eb62835b3ab1
docs/qapi_domain: add namespace support to FQN

This patch adds a namespace component to the "Fully Qualified Name", in
the form of "domain:module.name". As there are no namespace directives
or options yet, this component will simply be empty as of this patch.

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