Re: [Qemu-devel] [PATCH next v2 33/74] pxa2xx: Use cpu_arm_init() and store ARMCPU

2012-05-11 Thread andrzej zaborowski
On 11 May 2012 13:16, Peter Maydell wrote: > On 10 May 2012 01:14, Andreas Färber wrote: >> Also use cpu_reset() in place of cpu_state_reset(). >> >> Signed-off-by: Andreas Färber > > The pxa2xx stuff is probably going to clash with the cp15 > rework, but I guess we'll sort that out when one or

Re: [Qemu-devel] [PATCH next v2 33/74] pxa2xx: Use cpu_arm_init() and store ARMCPU

2012-05-11 Thread Andreas Färber
Am 11.05.2012 13:16, schrieb Peter Maydell: > On 10 May 2012 01:14, Andreas Färber wrote: >> Also use cpu_reset() in place of cpu_state_reset(). >> >> Signed-off-by: Andreas Färber > > The pxa2xx stuff is probably going to clash with the cp15 > rework, but I guess we'll sort that out when one or

Re: [Qemu-devel] [PATCH next v2 33/74] pxa2xx: Use cpu_arm_init() and store ARMCPU

2012-05-11 Thread Andreas Färber
Am 11.05.2012 13:16, schrieb Peter Maydell: > On 10 May 2012 01:14, Andreas Färber wrote: >> Also use cpu_reset() in place of cpu_state_reset(). >> >> Signed-off-by: Andreas Färber > > The pxa2xx stuff is probably going to clash with the cp15 > rework, but I guess we'll sort that out when one or

Re: [Qemu-devel] [PATCH next v2 33/74] pxa2xx: Use cpu_arm_init() and store ARMCPU

2012-05-11 Thread Peter Maydell
On 10 May 2012 01:14, Andreas Färber wrote: > Also use cpu_reset() in place of cpu_state_reset(). > > Signed-off-by: Andreas Färber The pxa2xx stuff is probably going to clash with the cp15 rework, but I guess we'll sort that out when one or the other of these series hits master. Acked-by: Pete

[Qemu-devel] [PATCH next v2 33/74] pxa2xx: Use cpu_arm_init() and store ARMCPU

2012-05-09 Thread Andreas Färber
Also use cpu_reset() in place of cpu_state_reset(). Signed-off-by: Andreas Färber --- hw/mainstone.c |2 +- hw/pxa.h |2 +- hw/pxa2xx.c| 40 hw/spitz.c |2 +- hw/tosa.c |2 +- hw/z2.c|2 +- 6 files changed,