From: Markus Armbruster Date: Wed, 11 Sep 2024 11:25:42 +0000 (+0200) Subject: qapi/pci: Supply missing member documentation X-Git-Tag: v9.2.0-rc0~65^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83b91c9d50009ba9c17c50f1d95bd901cb959359;p=thirdparty%2Fqemu.git qapi/pci: Supply missing member documentation Since we neglect to document a member of PciMemoryRegion, its description in the QEMU QMP Reference manual is "Not documented". Fix that. Signed-off-by: Markus Armbruster Reviewed-by: Philippe Mathieu-Daudé Message-ID: <20240911112545.2248881-6-armbru@redhat.com> Reviewed-by: Michael S. Tsirkin --- diff --git a/qapi/pci.json b/qapi/pci.json index 78bee57b77d..dc85a41d28b 100644 --- a/qapi/pci.json +++ b/qapi/pci.json @@ -33,6 +33,8 @@ # - 'io' if the region is a PIO region # - 'memory' if the region is a MMIO region # +# @address: memory address +# # @size: memory size # # @prefetch: if @type is 'memory', true if the memory is prefetchable diff --git a/qapi/pragma.json b/qapi/pragma.json index 7b0e12f42b3..baeae5bf527 100644 --- a/qapi/pragma.json +++ b/qapi/pragma.json @@ -62,7 +62,6 @@ 'MemoryDeviceInfoKind', 'NetClientDriver', 'ObjectType', - 'PciMemoryRegion', 'QCryptodevBackendServiceType', 'QKeyCode', 'RbdAuthMode',