qemu-patch-raspberry4/target-mips
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
..
cpu.h Rename CPUState -> CPUArchState 2012-03-14 22:20:27 +01:00
helper.c target-mips: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
helper.h mips: Hook in more reg accesses via mttr/mftr 2011-09-06 11:09:38 +02:00
machine.c target-mips: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
mips-defs.h MIPS: Initial support of fulong mini pc (CPU definition) 2010-06-29 23:07:52 +02:00
op_helper.c target-mips: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
TODO target-mips: add copyright notice for mips16 work 2009-12-13 20:20:20 +01:00
translate.c target-mips: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
translate_init.c mips: Default to using one VPE and one TC. 2011-09-06 11:09:39 +02:00