diff options
author | Markus Armbruster <armbru@redhat.com> | 2024-09-11 13:25:44 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2024-10-02 09:10:01 +0200 |
commit | 923b9687289e9febe18dee0f3f2b062b4a1fe57f (patch) | |
tree | deac73ac6c708e524dab9e208a0d200d36c03914 | |
parent | c91f44ff1692bdb0e3c91b3db253c43491cbe993 (diff) | |
download | qemu-923b9687289e9febe18dee0f3f2b062b4a1fe57f.zip qemu-923b9687289e9febe18dee0f3f2b062b4a1fe57f.tar.gz qemu-923b9687289e9febe18dee0f3f2b062b4a1fe57f.tar.bz2 |
qapi/cxl: Supply missing member documentation
Since we neglect to document a member of CxlCorErrorType, its
description in the QEMU QMP Reference manual is "Not documented". Fix
that.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240911112545.2248881-8-armbru@redhat.com>
-rw-r--r-- | qapi/cxl.json | 3 | ||||
-rw-r--r-- | qapi/pragma.json | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/qapi/cxl.json b/qapi/cxl.json index e9315d5..9f65589 100644 --- a/qapi/cxl.json +++ b/qapi/cxl.json @@ -326,6 +326,9 @@ # @crc-threshold: Component specific and applicable to 68 byte Flit # mode only. # +# @retry-threshold: Retry threshold hit in the Local Retry State +# Machine, 68B Flits only. +# # @cache-poison-received: Received poison from a peer on CXL.cache. # # @mem-poison-received: Received poison from a peer on CXL.mem diff --git a/qapi/pragma.json b/qapi/pragma.json index feb7981..108e574 100644 --- a/qapi/pragma.json +++ b/qapi/pragma.json @@ -46,7 +46,6 @@ 'BlockdevSnapshotSyncWrapper', 'BlockdevSnapshotWrapper', 'BlockdevVmdkAdapterType', - 'CxlCorErrorType', 'DisplayProtocol', 'DriveBackupWrapper', 'DummyBlockCoreForceArrays', |