|
From: | Alexander Graf |
Subject: | Re: [Qemu-devel] [PATCH/RFC 4/5] s390x/kvm: test whether a cpu is STOPPED when checking "has_work" |
Date: | Mon, 28 Jul 2014 15:49:06 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.0 |
On 10.07.14 15:10, Christian Borntraeger wrote:
From: David Hildenbrand <address@hidden> If a cpu is stopped, it must never be allowed to run and no interrupt may wake it up. A cpu also has to be unhalted if it is halted and has work to do - this scenario wasn't hit in kvm case yet, as only "disabled wait" is processed within QEMU. Signed-off-by: David Hildenbrand <address@hidden> Reviewed-by: Cornelia Huck <address@hidden> Reviewed-by: Christian Borntraeger <address@hidden> Signed-off-by: Christian Borntraeger <address@hidden>
This looks like it's something that generic infrastructure should take care of, no? How does this work for the other archs? They always get an interrupt on the transition between !has_work -> has_work. Why don't we get one for s390x?
Alex
[Prev in Thread] | Current Thread | [Next in Thread] |