Re: [PATCH v6 0/3] Add SCLP event type CPI

2025-06-26 Thread Shalini Chellathurai Saroja
On 2025-06-24 12:25, Thomas Huth wrote: On 16/06/2025 16.01, Shalini Chellathurai Saroja wrote: 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

Re: [PATCH v6 0/3] Add SCLP event type CPI

2025-06-24 Thread Thomas Huth
On 16/06/2025 16.01, Shalini Chellathurai Saroja wrote: 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

[PATCH v6 0/3] Add SCLP event type CPI

2025-06-16 Thread 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