]> Git Repo - qemu.git/commit - hw/mips_cpudevs.h
mips hw/: Don't use CPUState
authorAndreas Färber <[email protected]>
Wed, 14 Mar 2012 00:38:23 +0000 (01:38 +0100)
committerAndreas Färber <[email protected]>
Wed, 14 Mar 2012 21:20:26 +0000 (22:20 +0100)
commit61c56c8c862b8be9cb71faf74fcd990b3624aa41
tree6ee0ae11759d22f26d80a38b7f03166ce3d46f3c
parentee118507324a597cacef3972fd69ac387c28744e
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 <[email protected]>
Acked-by: Anthony Liguori <[email protected]>
hw/mips_cpudevs.h
hw/mips_fulong2e.c
hw/mips_int.c
hw/mips_jazz.c
hw/mips_malta.c
hw/mips_mipssim.c
hw/mips_r4k.c
hw/mips_timer.c
This page took 0.028432 seconds and 4 git commands to generate.