KVM: s390: SIGP START has to report BUSY while stopping a CPU
authorThomas Huth <thuth@linux.vnet.ibm.com>
Tue, 3 Dec 2013 11:54:55 +0000 (12:54 +0100)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Wed, 11 Dec 2013 18:05:21 +0000 (19:05 +0100)
Just like the RESTART order, the START order also has to report BUSY
while a STOP request is pending, to avoid that the START might be
ignored due to a race condition between the STOP and the START order.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>

No differences found