Re: [PATCH v2 01/11] hw/s390/ccw-device: Convert to three-phase reset

2024-09-03 Thread Thomas Huth
On 30/08/2024 16.58, Peter Maydell wrote: Convert the TYPE_CCW_DEVICE to three-phase reset. This is a device class which is subclassed, so it needs to be three-phase before we can convert the subclass. Signed-off-by: Peter Maydell --- hw/s390x/ccw-device.c | 7 --- 1 file changed, 4 inse

Re: [PATCH v2 01/11] hw/s390/ccw-device: Convert to three-phase reset

2024-09-03 Thread Philippe Mathieu-Daudé
On 30/8/24 16:58, Peter Maydell wrote: Convert the TYPE_CCW_DEVICE to three-phase reset. This is a device class which is subclassed, so it needs to be three-phase before we can convert the subclass. Signed-off-by: Peter Maydell --- hw/s390x/ccw-device.c | 7 --- 1 file changed, 4 inserti

Re: [PATCH v2 01/11] hw/s390/ccw-device: Convert to three-phase reset

2024-09-03 Thread Nina Schoetterl-Glausch
On Fri, 2024-08-30 at 15:58 +0100, Peter Maydell wrote: > Convert the TYPE_CCW_DEVICE to three-phase reset. This is a > device class which is subclassed, so it needs to be three-phase > before we can convert the subclass. > > Signed-off-by: Peter Maydell Reviewed-by: Nina Schoetterl-Glausch >

[PATCH v2 01/11] hw/s390/ccw-device: Convert to three-phase reset

2024-08-30 Thread Peter Maydell
Convert the TYPE_CCW_DEVICE to three-phase reset. This is a device class which is subclassed, so it needs to be three-phase before we can convert the subclass. Signed-off-by: Peter Maydell --- hw/s390x/ccw-device.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hw/s39