Re: [Qemu-devel] [PATCHv3] s390: Fix cpu shutdown for KVM

2011-10-07 Thread Alexander Graf
On 04.10.2011, at 17:20, Christian Borntraeger wrote: > On s390 a shutdown is the state of all CPUs being either stopped > or disabled (for interrupts) waiting. We have to track the overall > number of running CPUs to call the shutdown sequence accordingly. > This patch implements the counting an

Re: [Qemu-devel] [PATCHv3] s390: Fix cpu shutdown for KVM

2011-10-04 Thread Christian Borntraeger
> Hrm. Are you sure that this doesn't break anything? The rest looks good. Works on my kvm box. Unfortunately the non-kvm mode doesnt work (with and without the patch) so I cant test that one. Christian

Re: [Qemu-devel] [PATCHv3] s390: Fix cpu shutdown for KVM

2011-10-04 Thread Alexander Graf
On 10/04/2011 05:20 PM, Christian Borntraeger wrote: On s390 a shutdown is the state of all CPUs being either stopped or disabled (for interrupts) waiting. We have to track the overall number of running CPUs to call the shutdown sequence accordingly. This patch implements the counting and shutdow

[Qemu-devel] [PATCHv3] s390: Fix cpu shutdown for KVM

2011-10-04 Thread Christian Borntraeger
On s390 a shutdown is the state of all CPUs being either stopped or disabled (for interrupts) waiting. We have to track the overall number of running CPUs to call the shutdown sequence accordingly. This patch implements the counting and shutdown handling for the kvm path in qemu. Lets also wrap ch