qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/3] Add SCLP event type CPI
@ 2025-06-16 14:01 Shalini Chellathurai Saroja
  2025-06-16 14:01 ` [PATCH v6 1/3] hw/s390x: add " Shalini Chellathurai Saroja
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Shalini Chellathurai Saroja @ 2025-06-16 14:01 UTC (permalink / raw)
  To: qemu-s390x mailing list, Thomas Huth
  Cc: Daniel Berrange, qemu-devel mailing list, Nina Schoetterl-Glausch,
	Hendrik Brueckner, Shalini Chellathurai Saroja

Implement the Service-Call Logical Processor (SCLP) event
type Control-Program Identification (CPI) in QEMU.

Changed since v5:
- Add identifiers as class properties instead of object properties
- Add description for all the class properties
- Remove S390ControlProgramId as it is not needed anymore
- Update description of system_level identifier
- Add Reviewed-by tags

Changed since v4:
- Remove the object control-program-id and add the CPI attributes
  directly to the sclpcpi object
- Instantiate sclpcpi device from v10.1 instead of v10.0
- Other minor changes

Changed since v3:
- Add QOM object sclpcpi from ccw_init()
- Add SCLPEventCPI state to store the CPI data in the sclpcpi device
- Other minor changes

Changed since v2:
- Add SPDX license tag in the new file hw/s390x/sclpcpi.c
- Store the control-program Identification data in the sclpcpi device
- Update the description of CPI attributes
- Use ldq_be_p() intead of be64_to_cpu()
- Return the CPI attribute system-level as an integer in QMP
- Add compat handling for backward migration
- Other minor changes

Shalini Chellathurai Saroja (3):
  hw/s390x: add SCLP event type CPI
  hw/s390x: add Control-Program Identification to QOM
  hw/s390x: support migration of CPI data

 hw/s390x/event-facility.c          |   2 +
 hw/s390x/meson.build               |   1 +
 hw/s390x/s390-virtio-ccw.c         |  22 +++
 hw/s390x/sclpcpi.c                 | 213 +++++++++++++++++++++++++++++
 include/hw/s390x/event-facility.h  |  17 +++
 include/hw/s390x/s390-virtio-ccw.h |   1 +
 6 files changed, 256 insertions(+)
 create mode 100644 hw/s390x/sclpcpi.c

-- 
2.49.0



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-06-26  8:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-16 14:01 [PATCH v6 0/3] Add SCLP event type CPI Shalini Chellathurai Saroja
2025-06-16 14:01 ` [PATCH v6 1/3] hw/s390x: add " Shalini Chellathurai Saroja
2025-06-16 14:01 ` [PATCH v6 2/3] hw/s390x: add Control-Program Identification to QOM Shalini Chellathurai Saroja
2025-06-17 17:09   ` Nina Schoetterl-Glausch
2025-06-18  6:35     ` Shalini Chellathurai Saroja
2025-06-24 10:17   ` Thomas Huth
2025-06-16 14:01 ` [PATCH v6 3/3] hw/s390x: support migration of CPI data Shalini Chellathurai Saroja
2025-06-24 10:25 ` [PATCH v6 0/3] Add SCLP event type CPI Thomas Huth
2025-06-26  8:28   ` Shalini Chellathurai Saroja

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).