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>
This commit is contained in:
Markus Armbruster 2024-09-11 13:25:44 +02:00
parent c91f44ff16
commit 923b968728
2 changed files with 3 additions and 1 deletions

View File

@ -326,6 +326,9 @@
# @crc-threshold: Component specific and applicable to 68 byte Flit # @crc-threshold: Component specific and applicable to 68 byte Flit
# mode only. # 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. # @cache-poison-received: Received poison from a peer on CXL.cache.
# #
# @mem-poison-received: Received poison from a peer on CXL.mem # @mem-poison-received: Received poison from a peer on CXL.mem

View File

@ -46,7 +46,6 @@
'BlockdevSnapshotSyncWrapper', 'BlockdevSnapshotSyncWrapper',
'BlockdevSnapshotWrapper', 'BlockdevSnapshotWrapper',
'BlockdevVmdkAdapterType', 'BlockdevVmdkAdapterType',
'CxlCorErrorType',
'DisplayProtocol', 'DisplayProtocol',
'DriveBackupWrapper', 'DriveBackupWrapper',
'DummyBlockCoreForceArrays', 'DummyBlockCoreForceArrays',