qemu-patch-raspberry4/target-sparc
Andreas Färber 9349b4f9fd 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>
2012-03-14 22:20:27 +01:00
..
cc_helper.c target-sparc: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
cpu.h Rename CPUState -> CPUArchState 2012-03-14 22:20:27 +01:00
cpu_init.c target-sparc: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
fop_helper.c target-sparc: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
helper.c target-sparc: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
helper.h Improve "ta 0" shutdown 2011-11-19 11:22:57 +00:00
int32_helper.c target-sparc: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
int64_helper.c target-sparc: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
ldst_helper.c target-sparc: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
machine.c target-sparc: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
mmu_helper.c target-sparc: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
op_helper.c target-sparc: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
TODO fix spelling in target sub directory 2011-12-02 10:50:57 +00:00
translate.c target-sparc: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
vis_helper.c target-sparc: Fix mixup of uint64 and uint64_t 2012-01-22 09:55:35 +00:00
win_helper.c target-sparc: Don't overuse CPUState 2012-03-14 22:20:25 +01:00