]> Git Repo - qemu.git/commit - target/ppc/cpu.h
target-ppc: QOM'ify CPU
authorAndreas Färber <[email protected]>
Fri, 6 Apr 2012 12:39:03 +0000 (14:39 +0200)
committerAndreas Färber <[email protected]>
Sun, 15 Apr 2012 15:10:30 +0000 (17:10 +0200)
commit1d0cb67da9eff798420d0f6479fec6026c4dc41f
tree845b377b6f30e926697ff441da85fe9dd60fb9dc
parent12b1143b2807a5b760e477fac0e1028a9760b6c6
target-ppc: QOM'ify CPU

Embed CPUPPCState as first member of PowerPCCPU.
Distinguish between "powerpc-cpu", "powerpc64-cpu" and
"embedded-powerpc-cpu".

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

Signed-off-by: Andreas Färber <[email protected]>
Acked-by: David Gibson <[email protected]>
target-ppc/cpu-qom.h [new file with mode: 0644]
target-ppc/cpu.h
target-ppc/helper.c
target-ppc/translate_init.c
This page took 0.026729 seconds and 4 git commands to generate.