Re: [PATCH v3 3/4] hw/s390x: support migration of CPI data

2025-04-05 Thread Shalini Chellathurai Saroja
On 2025-04-02 08:05, Thomas Huth wrote: On 31/03/2025 16.00, Shalini Chellathurai Saroja wrote: Register Control-Program Identification data with the live migration infrastructure. Signed-off-by: Shalini Chellathurai Saroja Reviewed-by: Nina Schoetterl-Glausch --- hw/s390x/sclpcpi.c | 27 ++

Re: [PATCH v3 3/4] hw/s390x: support migration of CPI data

2025-04-01 Thread Thomas Huth
On 31/03/2025 16.00, Shalini Chellathurai Saroja wrote: Register Control-Program Identification data with the live migration infrastructure. Signed-off-by: Shalini Chellathurai Saroja Reviewed-by: Nina Schoetterl-Glausch --- hw/s390x/sclpcpi.c | 27 +++ 1 file change

[PATCH v3 3/4] hw/s390x: support migration of CPI data

2025-03-31 Thread Shalini Chellathurai Saroja
Register Control-Program Identification data with the live migration infrastructure. Signed-off-by: Shalini Chellathurai Saroja Reviewed-by: Nina Schoetterl-Glausch --- hw/s390x/sclpcpi.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/hw/s390x/sclpcpi.c b/hw/s3