Statistics
| Branch: | Revision:

root / hw / cris-boot.h @ 43997225

History | View | Annotate | Download (205 Bytes)

# Date Author Comment
fc9bb176 03/14/2012 11:20 pm Andreas Färber

cris hw/: Don't use CPUState

Scripted conversion:
for file in hw/cris-boot.[hc] hw/cris_pic_cpu.c hw/axis_dev88.c hw/etraxfs.h hw/etraxfs_ser.c; do
sed -i "s/CPUState/CPUCRISState/g" $file
done

Signed-off-by: Andreas Färber <>
Acked-by: Anthony Liguori <>

77d4f95e 06/10/2010 03:45 pm Edgar E. Iglesias

cris: Break out image loading to hw/cris-boot.c.

Signed-off-by: Edgar E. Iglesias <>