[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 05/10] qapi/pci: Supply missing member documentation
From: |
Markus Armbruster |
Subject: |
[PULL 05/10] qapi/pci: Supply missing member documentation |
Date: |
Wed, 2 Oct 2024 09:43:59 +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 | 2 ++
qapi/pragma.json | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/qapi/pci.json b/qapi/pci.json
index 78bee57b77..dc85a41d28 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 7b0e12f42b..baeae5bf52 100644
--- a/qapi/pragma.json
+++ b/qapi/pragma.json
@@ -62,7 +62,6 @@
'MemoryDeviceInfoKind',
'NetClientDriver',
'ObjectType',
- 'PciMemoryRegion',
'QCryptodevBackendServiceType',
'QKeyCode',
'RbdAuthMode',
--
2.46.0
- [PULL 00/10] QAPI patches patches for 2024-10-02, Markus Armbruster, 2024/10/02
- [PULL 04/10] qapi/introspect: Supply missing member documentation, Markus Armbruster, 2024/10/02
- [PULL 01/10] qapi/char: Supply missing member documentation, Markus Armbruster, 2024/10/02
- [PULL 03/10] qapi/crypto: Supply missing member documentation, Markus Armbruster, 2024/10/02
- [PULL 02/10] qapi/common: Supply missing member documentation, Markus Armbruster, 2024/10/02
- [PULL 05/10] qapi/pci: Supply missing member documentation,
Markus Armbruster <=
- [PULL 06/10] qapi/rocker: Supply missing member documentation, Markus Armbruster, 2024/10/02
- [PULL 10/10] qapi/block-core: Drop drive-backup's "Any other error" documentation, Markus Armbruster, 2024/10/02
- [PULL 09/10] qapi: Drop "with an explanation" from error descriptions, Markus Armbruster, 2024/10/02
- [PULL 08/10] qapi: Document QCryptodevBackendServiceType, Markus Armbruster, 2024/10/02
- [PULL 07/10] qapi/cxl: Supply missing member documentation, Markus Armbruster, 2024/10/02
- Re: [PULL 00/10] QAPI patches patches for 2024-10-02, Peter Maydell, 2024/10/03