]> git.ipfire.org Git - thirdparty/qemu.git/commit
s390x: Introduce a SCLPDevice pointer under the machine
authorCédric Le Goater <clg@redhat.com>
Thu, 2 May 2024 13:15:31 +0000 (15:15 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 10 May 2024 04:23:56 +0000 (06:23 +0200)
commitb350f6c8ed4fd796454d0f26482f3e9d9285fda1
treee3e33cb63d78698ab84bdea01c2005369bc7ca2b
parentc990c1f35b80de53570f11433d71624aca185763
s390x: Introduce a SCLPDevice pointer under the machine

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 <clg@redhat.com>
Message-ID: <20240502131533.377719-2-clg@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/s390x/s390-virtio-ccw.c
hw/s390x/sclp.c
include/hw/s390x/s390-virtio-ccw.h
include/hw/s390x/sclp.h