s390x/tcg: STOPPED cpus can never wake up
commit4beab671464450a8d2bd1d521b64ae6ab841a886
authorDavid Hildenbrand <david@redhat.com>
Thu, 28 Sep 2017 20:36:44 +0000 (28 22:36 +0200)
committerCornelia Huck <cohuck@redhat.com>
Fri, 20 Oct 2017 11:32:10 +0000 (20 13:32 +0200)
tree89fcdb43c06e2820bb189d62773d261463b91f13
parent9dec238826361c9d7f60d26b88fd224512355c6e
s390x/tcg: STOPPED cpus can never wake up

Interrupts can't wake such CPUs up. SIGP from other CPUs has to be used
to toggle the state.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170928203708.9376-7-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/cpu.c