]> git.proxmox.com Git - qemu.git/commit
Wire up disabled wait a panicked event on s390
authorChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 26 Apr 2013 03:24:47 +0000 (11:24 +0800)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 30 Apr 2013 15:30:01 +0000 (10:30 -0500)
commit08eb8c85e3967b97865d46acadf26dc908fbb094
treec3da893f1b28f607dda4fd8b04d23f8e8387d7a8
parent3ab135f3462af4c523a4b5969f9d6c67b2ac427a
Wire up disabled wait a panicked event on s390

On s390 the disabled wait state indicates a state of attention.
For example Linux uses that state after a panic. Lets
put the system into panicked state.

An alternative implementation would be to state
disabled-wait <address> instead of pause in the action field.
(e.g. z/OS, z/VM and other classic OSes use the address of the
disabled wait to indicate an error code).

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-id: 6cf41156322e27e81a727b69f03728dbc225d5bb.1366945969.git.hutao@cn.fujitsu.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-s390x/kvm.c