]> git.proxmox.com Git - qemu.git/commit - target-s390x/misc_helper.c
s390x: implement SIGP restart and shutdown
authorAlexander Graf <agraf@suse.de>
Thu, 14 Jul 2011 09:52:08 +0000 (11:52 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 14 Nov 2011 16:47:26 +0000 (17:47 +0100)
commit1864b94abb20fec2fbc4b99c764bc427141d79f0
treef746bf140279e4f3553cc28619eb262a24b2337a
parent17bb18ce16b45e61248c5238074fa9cf8bc547bf
s390x: implement SIGP restart and shutdown

An s390x OS does reboot and shutdown triggers through hypercalls that
we didn't implement on the TCG backend yet. That means that so far we
couldn't shut down virtual machines for example, having them hang on
shutdown when not using KVM.

With this patch, this restriction is gone. We can now shut down and
reboot s390x virtual machines even when using the TCG backend.

Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/op_helper.c