]> Git Repo - qemu.git/commit - Makefile.target
target-arm: Minimalistic CPU QOM'ification
authorAndreas Färber <[email protected]>
Thu, 29 Mar 2012 04:50:31 +0000 (04:50 +0000)
committerPeter Maydell <[email protected]>
Thu, 29 Mar 2012 15:42:50 +0000 (15:42 +0000)
commitdec9c2d4306d7b4f8ffff482ac42dc468ed2a61d
treead245bee4eea2b7bbcf2e0b7010482a197129e9f
parent0bcd08b3522e4feffe3111e7c8145f62d32cc1fb
target-arm: Minimalistic CPU QOM'ification

Introduce only one non-abstract type TYPE_ARM_CPU and do not touch
cp15 registers to not interfere with Peter's ongoing remodelling.
Embed CPUARMState as first (additional) field of ARMCPU.

Let CPUClass::reset() call cpu_state_reset() for now.

Signed-off-by: Andreas Färber <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
Makefile.target
target-arm/cpu-qom.h [new file with mode: 0644]
target-arm/cpu.c [new file with mode: 0644]
target-arm/cpu.h
target-arm/helper.c
This page took 0.023608 seconds and 4 git commands to generate.