Re: [Qemu-devel] [RFC 1/5] cpu: Initialize cpu->stopped=true earlier

2014-05-15 Thread Igor Mammedov
On Wed, 30 Apr 2014 17:29:29 -0300 Eduardo Habkost wrote: > In case something happens and prevents qemu_init_vcpu() from running > after cpu_exec_init() was already called, this will let the rest of the > VCPU handling code know that the CPU is not running yet. perhaps default value should be set

[Qemu-devel] [RFC 1/5] cpu: Initialize cpu->stopped=true earlier

2014-04-30 Thread Eduardo Habkost
In case something happens and prevents qemu_init_vcpu() from running after cpu_exec_init() was already called, this will let the rest of the VCPU handling code know that the CPU is not running yet. Signed-off-by: Eduardo Habkost --- cpus.c | 1 - exec.c | 1 + 2 files changed, 1 insertion(+), 1