Re: [PATCH 1/3] s390x: Introduce a SCLPDevice pointer under the machine

2024-05-02 Thread Thomas Huth
On 02/05/2024 15.15, Cédric Le Goater wrote: Initialize directly SCLPDevice from the machine init handler and remove s390_sclp_init(). We will use the SCLPDevice pointer later to create the consoles. Signed-off-by: Cédric Le Goater --- Reviewed-by: Thomas Huth

[PATCH 1/3] s390x: Introduce a SCLPDevice pointer under the machine

2024-05-02 Thread Cédric Le Goater
Initialize directly SCLPDevice from the machine init handler and remove s390_sclp_init(). We will use the SCLPDevice pointer later to create the consoles. Signed-off-by: Cédric Le Goater --- include/hw/s390x/s390-virtio-ccw.h | 3 +++ include/hw/s390x/sclp.h| 2 -- hw/s390x/s390-vi