Statistics
| Branch: | Revision:

root / target-lm32 / cpu-qom.h @ ebb9518a

History | View | Annotate | Download (1.7 kB)

# Date Author Comment
fc0ced2f 04/12/2012 02:07 am Andreas Färber

target-lm32: QOM'ify CPU

Embed CPULM32State as first member of QOM LM32CPU.
Let CPUClass::reset() call cpu_state_reset() for now.

Signed-off-by: Andreas Färber <>
Acked-by: Michael Walle <>