Re: [Qemu-devel] [PATCH v2 13/14] target-arm: Move reset handling to arm_cpu_reset

2012-05-04 Thread Andreas Färber
Am 14.04.2012 18:42, schrieb Peter Maydell: > Now that cpu_reset_model_id() has gone we can move the > reset code over to the class reset function and have cpu_state_reset > simply do a reset on the CPU QOM object. > > Signed-off-by: Peter Maydell > --- > target-arm/cpu.c| 94 +

Re: [Qemu-devel] [PATCH v2 13/14] target-arm: Move reset handling to arm_cpu_reset

2012-04-20 Thread Andreas Färber
Am 14.04.2012 18:42, schrieb Peter Maydell: > Now that cpu_reset_model_id() has gone we can move the > reset code over to the class reset function and have cpu_state_reset > simply do a reset on the CPU QOM object. > > Signed-off-by: Peter Maydell Acked-by: Andreas Färber /-F -- SUSE LINUX P

[Qemu-devel] [PATCH v2 13/14] target-arm: Move reset handling to arm_cpu_reset

2012-04-14 Thread Peter Maydell
Now that cpu_reset_model_id() has gone we can move the reset code over to the class reset function and have cpu_state_reset simply do a reset on the CPU QOM object. Signed-off-by: Peter Maydell --- target-arm/cpu.c| 94 +++-- target-arm/helper.c