Statistics
| Branch: | Revision:

root / target-ppc / cpu-qom.h @ 85df3786

History | View | Annotate | Download (1.9 kB)

# Date Author Comment
1d0cb67d 04/15/2012 06:10 pm Andreas Färber

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 <>...