s390x/kvm: Add missing SIGP CPU RESET order
commit04c2b5168e242e6fa6901442bd399aa7087effca
authorThomas Huth <thuth@linux.vnet.ibm.com>
Fri, 24 Jan 2014 16:18:38 +0000 (24 17:18 +0100)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Thu, 27 Feb 2014 08:51:26 +0000 (27 09:51 +0100)
tree059014a8a3538cb0e4de1bd46d14c48c0cc2e87e
parentf7d3e466764e0258d0883d90edb7e98ad0b56e18
s390x/kvm: Add missing SIGP CPU RESET order

The SIGP order CPU RESET was still missing in the list of our
supported handler. This patch now adds a simple implementation,
by using the cpu_reset() function that is already available in
target-s390x/cpu.c.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
target-s390x/kvm.c