qemu-e2k/target-s390x
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-s390x: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
helper.h Move helpers.h to helper.h 2012-03-05 19:51:18 +01:00
kvm.c target-s390x: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
machine.c Add support for S390x system emulation 2009-12-05 17:36:05 +01:00
op_helper.c target-s390x: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
translate.c target-s390x: Don't overuse CPUState 2012-03-14 22:20:25 +01:00