]> Git Repo - qemu.git/commit
s390x/kvm: Add missing SIGP CPU RESET order
authorThomas Huth <[email protected]>
Fri, 24 Jan 2014 16:18:38 +0000 (17:18 +0100)
committerChristian Borntraeger <[email protected]>
Thu, 27 Feb 2014 08:51:26 +0000 (09:51 +0100)
commit04c2b5168e242e6fa6901442bd399aa7087effca
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 <[email protected]>
Reviewed-by: Christian Borntraeger <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Signed-off-by: Christian Borntraeger <[email protected]>
target-s390x/kvm.c
This page took 0.025745 seconds and 4 git commands to generate.