]> Git Repo - qemu.git/commit - hw/s390x/ipl.c
s390x: machine reset function with new ipl cpu handling
authorDavid Hildenbrand <[email protected]>
Tue, 21 Jul 2015 11:47:32 +0000 (13:47 +0200)
committerCornelia Huck <[email protected]>
Wed, 21 Oct 2015 10:21:30 +0000 (12:21 +0200)
commitdb3b2566e0fb45e2901b6f9b842d91db6963915d
tree758906db40e0a59d2131e8cd432fdb6c2ba0d619
parentfeacc6c2c8fff037f67a89402b29923251833425
s390x: machine reset function with new ipl cpu handling

Current implementation depends on the order of resets getting triggered.

If a cpu reset is triggered after the ipl device reset, the CPU is stopped and
the VM will not run. In fact, that hinders us from converting the ipl device
into a TYPE_DEVICE. Let's change that by manually configuring the ipl cpu
during a system reset, so we have full control and can demangle that code.

Also remove the superflous cpu parameter from s390_update_iplstate on the way.

Acked-by: Christian Borntraeger <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
hw/s390x/ipl.c
hw/s390x/ipl.h
hw/s390x/s390-virtio-ccw.c
hw/s390x/s390-virtio.c
hw/s390x/s390-virtio.h
This page took 0.026049 seconds and 4 git commands to generate.