qapi/machine-s390x: add QAPI event SCLP_CPI_INFO_AVAILABLE
Add QAPI event SCLP_CPI_INFO_AVAILABLE to notify the availability of Control-Program Identification data in QOM. Signed-off-by: Shalini Chellathurai Saroja <shalini@linux.ibm.com> Suggested-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Hendrik Brueckner <brueckner@linux.ibm.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-ID: <20251016121708.334133-1-shalini@linux.ibm.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
3a2d5612a7
commit
0ce63280dc
2 changed files with 25 additions and 0 deletions
|
|
@ -119,3 +119,24 @@
|
|||
{ 'command': 'query-s390x-cpu-polarization', 'returns': 'CpuPolarizationInfo',
|
||||
'features': [ 'unstable' ]
|
||||
}
|
||||
|
||||
##
|
||||
# @SCLP_CPI_INFO_AVAILABLE:
|
||||
#
|
||||
# Emitted when the Control-Program Identification data is available
|
||||
# in the QOM tree.
|
||||
#
|
||||
# Features:
|
||||
#
|
||||
# @unstable: This event is experimental.
|
||||
#
|
||||
# Since: 10.2
|
||||
#
|
||||
# .. qmp-example::
|
||||
#
|
||||
# <- { "event": "SCLP_CPI_INFO_AVAILABLE",
|
||||
# "timestamp": { "seconds": 1401385907, "microseconds": 422329 } }
|
||||
##
|
||||
{ 'event': 'SCLP_CPI_INFO_AVAILABLE',
|
||||
'features': [ 'unstable' ]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue