mirror_qemu/target/mips
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 target/mips: only build mips-semi for softmmu 2019-05-28 10:28:51 +01:00
TODO Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
cp0_timer.c target/mips: Style improvements in cp0_timer.c 2019-08-19 19:53:37 +02: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/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX 2020-01-15 15:13:10 -10:00
dsp_helper.c target/mips: Clean up dsp_helper.c 2019-06-01 20:20:20 +02:00
gdbstub.c target/mips: gdbstub: Revert commit 8e0b373 2019-09-12 18:25:34 +02:00
helper.c target/mips: Clean up helper.c 2019-10-25 18:37:01 +02:00
helper.h target/mips: msa: Split helpers for ASUB_<S|U>.<B|H|W|D> 2019-10-25 18:37:01 +02:00
internal.h target/mips: Clean up internal.h 2019-10-01 16:37:22 +02:00
kvm.c kvm: introduce kvm_kernel_irqchip_* functions 2019-12-17 19:32:45 +01:00
kvm_mips.h target/mips: Clean up kvm_mips.h 2019-10-01 16:37:50 +02:00
lmi_helper.c target/mips: Clean up lmi_helper.c 2019-06-01 20:20:20 +02:00
machine.c target/mips: Style improvements in machine.c 2019-08-19 19:53:37 +02:00
mips-defs.h target/mips: Clean up mips-defs.h 2019-10-01 16:41:03 +02:00
mips-semi.c target/mips: convert UHI_plog to use common semihosting code 2019-05-28 10:28:51 +01:00
msa_helper.c target/mips: Refactor handling of vector compare 'less than' (signed) instructions 2019-10-25 18:37:01 +02:00
op_helper.c target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX 2020-01-15 15:13:10 -10:00
trace-events trace-events: Shorten file names in comments 2019-03-22 16:18:07 +00:00
translate.c tcg: Search includes from the project root source directory 2020-01-15 15:13:10 -10:00
translate_init.inc.c target/mips: Use env_cpu, env_archcpu 2019-06-10 07:03:42 -07:00