qemu-e2k/target/cris
Greg Kurz bc9888f759 cpu: Use cpu_class_set_parent_reset()
Convert all targets to use cpu_class_set_parent_reset() with the following
coccinelle script:

@@
type CPUParentClass;
CPUParentClass *pcc;
CPUClass *cc;
identifier parent_fn;
identifier child_fn;
@@
+cpu_class_set_parent_reset(cc, child_fn, &pcc->parent_fn);
-pcc->parent_fn = cc->reset;
...
-cc->reset = child_fn;

Signed-off-by: Greg Kurz <groug@kaod.org>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Acked-by: David Hildenbrand <david@redhat.com>
Message-Id: <157650847817.354886.7047137349018460524.stgit@bahia.lan>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-01-24 20:59:06 +01:00
..
Makefile.objs Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
cpu-param.h tcg: Split out target/arch/cpu-param.h 2019-06-10 07:03:34 -07:00
cpu-qom.h hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ 2019-08-21 13:24:01 +02:00
cpu.c cpu: Use cpu_class_set_parent_reset() 2020-01-24 20:59:06 +01:00
cpu.h target/cris: Remove MMU_MODE{0,1}_SUFFIX 2020-01-15 15:13:10 -10:00
crisv10-decode.h Supply missing header guards 2019-06-12 13:20:21 +02:00
crisv32-decode.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
gdbstub.c Include qemu-common.h exactly where needed 2019-06-12 13:20:20 +02:00
helper.c tcg: Use CPUClass::tlb_fill in cputlb.c 2019-05-10 11:12:50 -07:00
helper.h target-cris: Use clz opcode 2017-01-10 08:06:11 -08:00
machine.c Include hw/hw.h exactly where needed 2019-08-16 13:31:52 +02:00
mmu.c target/cris: Use env_cpu, env_archcpu 2019-06-10 07:03:34 -07:00
mmu.h Supply missing header guards 2019-06-12 13:20:21 +02:00
op_helper.c target/cris: Use env_cpu, env_archcpu 2019-06-10 07:03:34 -07:00
opcode-cris.h Clean up a few header guard symbols 2019-06-12 13:20:20 +02:00
translate.c tcg: Search includes from the project root source directory 2020-01-15 15:13:10 -10:00
translate_v10.inc.c cputlb: ensure _cmmu helper functions follow the naming standard 2019-10-28 10:26:02 +01:00