]> Git Repo - qemu.git/commit - hw/ppc/ppce500_spin.c
ppc 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)
commite2684c0b581f2742aa52edc8cd9be255032f9247
treeeef40085cd59e1c9be4f2b12986a2bf6d77d0efa
parent61c56c8c862b8be9cb71faf74fcd990b3624aa41
ppc hw/: Don't use CPUState

Scripted conversion:
  for file in hw/ppc*.[hc] hw/mpc8544_guts.c hw/spapr*.[hc] hw/virtex_ml507.c hw/xics.c; do
    sed -i "s/CPUState/CPUPPCState/g" $file
  done

Signed-off-by: Andreas Färber <[email protected]>
Acked-by: Anthony Liguori <[email protected]>
23 files changed:
hw/mpc8544_guts.c
hw/ppc.c
hw/ppc.h
hw/ppc405.h
hw/ppc405_uc.c
hw/ppc440_bamboo.c
hw/ppc4xx.h
hw/ppc4xx_devs.c
hw/ppc_booke.c
hw/ppc_newworld.c
hw/ppc_oldworld.c
hw/ppc_prep.c
hw/ppce500_mpc8544ds.c
hw/ppce500_spin.c
hw/spapr.c
hw/spapr.h
hw/spapr_hcall.c
hw/spapr_llan.c
hw/spapr_rtas.c
hw/spapr_vio.c
hw/spapr_vty.c
hw/virtex_ml507.c
hw/xics.c
This page took 0.031558 seconds and 4 git commands to generate.