Statistics
| Branch: | Revision:

root / hw / cris-boot.h @ 3bd88451

History | View | Annotate | Download (242 Bytes)

# Date Author Comment
cb9c377f 12/19/2012 09:31 am Paolo Bonzini

janitor: add guards to headers

Signed-off-by: Paolo Bonzini <>

a8170e5e 10/23/2012 04:58 pm Avi Kivity

Rename target_phys_addr_t to hwaddr

target_phys_addr_t is unwieldly, violates the C standard (_t suffixes are
reserved) and its purpose doesn't match the name (most target_phys_addr_t
addresses are not target specific). Replace it with a finger-friendly,...

5935664f 06/05/2012 12:00 am Andreas Färber

cris-boot: Pass CRISCPU to cris_load_image()

Needed for main_cpu_reset().

Signed-off-by: Andreas Färber <>
Acked-by: Edgar E. Iglesias <>

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