Re: [PATCH qemu v2 3/3] hw/s390x: support migration of CPI values

2025-03-07 Thread Shalini Chellathurai Saroja
On 2025-03-05 19:33, Thomas Huth wrote: On 24/02/2025 13.04, 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/s390-virtio-ccw.c

Re: [PATCH qemu v2 3/3] hw/s390x: support migration of CPI values

2025-03-07 Thread Shalini Chellathurai Saroja
On 2025-03-06 16:08, Thomas Huth wrote: On 06/03/2025 15.10, shalini wrote: On 2025-03-05 19:33, Thomas Huth wrote: On 24/02/2025 13.04, Shalini Chellathurai Saroja wrote: Register Control-Program Identification data with the live migration infrastructure. Signed-off-by: Shalini Chellathurai

Re: [PATCH qemu v2 3/3] hw/s390x: support migration of CPI values

2025-03-06 Thread Thomas Huth
On 06/03/2025 15.10, shalini wrote: On 2025-03-05 19:33, Thomas Huth wrote: On 24/02/2025 13.04, Shalini Chellathurai Saroja wrote: Register Control-Program Identification data with the live migration infrastructure. Signed-off-by: Shalini Chellathurai Saroja Reviewed-by: Nina Schoetterl-Glau

Re: [PATCH qemu v2 3/3] hw/s390x: support migration of CPI values

2025-03-06 Thread shalini
On 2025-03-05 19:33, Thomas Huth wrote: On 24/02/2025 13.04, 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/s390-virtio-ccw.c

Re: [PATCH qemu v2 3/3] hw/s390x: support migration of CPI values

2025-03-05 Thread Thomas Huth
On 24/02/2025 13.04, 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/s390-virtio-ccw.c | 17 + 1 file changed,

[PATCH qemu v2 3/3] hw/s390x: support migration of CPI values

2025-02-24 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/s390-virtio-ccw.c | 17 + 1 file changed, 17 insertions(+) diff --git a/hw/s390x/s390-virtio-ccw.c b