pxa2xx: Use cpu_arm_init() and store ARMCPU

Also use cpu_reset() in place of cpu_state_reset().

Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
Andreas Färber 2012-05-03 23:47:04 +02:00
parent df90dadb45
commit 43824588af
6 changed files with 25 additions and 25 deletions

View file

@ -122,7 +122,7 @@ typedef struct PXA2xxI2SState PXA2xxI2SState;
typedef struct PXA2xxFIrState PXA2xxFIrState;
typedef struct {
CPUARMState *env;
ARMCPU *cpu;
DeviceState *pic;
qemu_irq reset;
MemoryRegion sdram;