Statistics
| Branch: | Revision:

root / hw / mips_cpudevs.h @ 43997225

History | View | Annotate | Download (380 Bytes)

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

mips hw/: Don't use CPUState

Scripted conversion:
for file in hw/mips_*.[hc]; do
sed -i "s/CPUState/CPUMIPSState/g" $file
done

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

b970ea8f 03/27/2010 09:26 am Blue Swirl

Compile some MIPS devices only once

Move CPU specific declarations to a separate file.

Signed-off-by: Blue Swirl <>