]> git.proxmox.com Git - qemu.git/commit - target-unicore32/cpu.h
Rename CPUState -> CPUArchState
authorAndreas Färber <afaerber@suse.de>
Wed, 14 Mar 2012 00:38:32 +0000 (01:38 +0100)
committerAndreas Färber <afaerber@suse.de>
Wed, 14 Mar 2012 21:20:27 +0000 (22:20 +0100)
commit9349b4f9fda360f3d9adc4cf4443a1a9b429c17e
treeeec784672b45df3b321a2724669ff80639555ce0
parent5bfcb36ec49192cb22f45f4b7ae805c530a1fd9e
Rename CPUState -> CPUArchState

Scripted conversion:
  for file in *.[hc] hw/*.[hc] hw/kvm/*.[hc] linux-user/*.[hc] linux-user/m68k/*.[hc] bsd-user/*.[hc] darwin-user/*.[hc] tcg/*/*.[hc] target-*/cpu.h; do
    sed -i "s/CPUState/CPUArchState/g" $file
  done

All occurrences of CPUArchState are expected to be replaced by QOM CPUState,
once all targets are QOM'ified and common fields have been extracted.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
59 files changed:
bsd-user/main.c
bsd-user/qemu.h
bsd-user/signal.c
cpu-all.h
cpu-defs.h
cpu-exec.c
cpus.c
darwin-user/main.c
darwin-user/qemu.h
darwin-user/signal.c
def-helper.h
disas.c
disas.h
dyngen-exec.h
exec-all.h
exec.c
gdbstub.c
gdbstub.h
gen-icount.h
kvm-all.c
kvm-stub.c
kvm.h
linux-user/elfload.c
linux-user/main.c
linux-user/qemu.h
linux-user/signal.c
linux-user/syscall.c
monitor.c
poison.h
softmmu-semi.h
target-alpha/cpu.h
target-arm/cpu.h
target-cris/cpu.h
target-i386/cpu.h
target-lm32/cpu.h
target-m68k/cpu.h
target-microblaze/cpu.h
target-mips/cpu.h
target-ppc/cpu.h
target-s390x/cpu.h
target-sh4/cpu.h
target-sparc/cpu.h
target-unicore32/cpu.h
target-xtensa/cpu.h
tcg/arm/tcg-target.c
tcg/hppa/tcg-target.c
tcg/i386/tcg-target.c
tcg/ia64/tcg-target.c
tcg/mips/tcg-target.c
tcg/ppc/tcg-target.c
tcg/ppc64/tcg-target.c
tcg/s390/tcg-target.c
tcg/sparc/tcg-target.c
tcg/tci/tcg-target.c
tcg/tci/tcg-target.h
tci.c
translate-all.c
user-exec.c
xen-all.c