Statistics
| Branch: | Revision:

root / target-ppc / cpu-models.c @ befa8af3

History | View | Annotate | Download (58.7 kB)

# Date Author Comment
953af181 03/08/2013 10:04 pm Andreas Färber

target-ppc: Split model definitions out of translate_init.c

Now that model definitions only reference their parent type, model
definitions are independent of the family definitions and can be
compiled independently of TCG translation.

Keep all #if defined(TODO) code local to cpu-models.c....

cc4a04db 03/08/2013 10:04 pm Andreas Färber

target-ppc: Fix remaining microcontroller typos among models

controler -> controller

Signed-off-by: Andreas Färber <>
Signed-off-by: Alexander Graf <>