qapi/pci: Supply missing member documentation
authorMarkus Armbruster <armbru@redhat.com>
Wed, 11 Sep 2024 11:25:42 +0000 (13:25 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 2 Oct 2024 07:10:01 +0000 (09:10 +0200)
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 <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240911112545.2248881-6-armbru@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
qapi/pci.json
qapi/pragma.json

index 78bee57b77ddb3da8719ba2e4029b571b4178023..dc85a41d28bc8edf13ce571b39a6203dae14bd69 100644 (file)
@@ -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
index 7b0e12f42b3504a8cb1837ced09c2d1c4b091cc2..baeae5bf527bb3d3cb88769583b128177dbbd46f 100644 (file)
@@ -62,7 +62,6 @@
         'MemoryDeviceInfoKind',
         'NetClientDriver',
         'ObjectType',
-        'PciMemoryRegion',
         'QCryptodevBackendServiceType',
         'QKeyCode',
         'RbdAuthMode',