Re: [Qemu-devel] [PATCH] arm: Bugfix: Fix cpu_reset() / vcpu_init() order

2014-05-27 Thread Peter Maydell
On 27 May 2014 12:24, Christoffer Dall wrote: > This fix a bug introduced by commit > 50a2c6e55fa2ce5a2916a2c206bad2c6b0e06df1, but I'm not sure it is a > proper fix. This commit message could use being beefed up a bit. (I tend to recommend that commentary like "not sure this is right" goes below

[Qemu-devel] [PATCH] arm: Bugfix: Fix cpu_reset() / vcpu_init() order

2014-05-27 Thread Christoffer Dall
This fix a bug introduced by commit 50a2c6e55fa2ce5a2916a2c206bad2c6b0e06df1, but I'm not sure it is a proper fix. Acked-by: Paolo Bonzini Signed-off-by: Christoffer Dall --- target-arm/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-arm/cpu.c b/target-arm/cpu.c