qemu-e2k/target/s390x
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
..
arch_dump.c
cc_helper.c
cpu_features_def.h
cpu_features_def.inc.h
cpu_features.c
cpu_features.h
cpu_models.c qom: add object_new_with_class 2019-12-17 19:32:26 +01:00
cpu_models.h
cpu-param.h
cpu-qom.h s390x: Move clear reset 2019-12-14 10:25:50 +01:00
cpu.c cpu: Use cpu_class_set_parent_reset() 2020-01-24 20:59:06 +01:00
cpu.h target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX 2020-01-15 15:13:10 -10:00
crypto_helper.c
diag.c s390x: Beautify diag308 handling 2019-12-14 10:25:50 +01:00
excp_helper.c
fpu_helper.c
gdbstub.c
gen-features.c
helper.c
helper.h target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline 2019-12-18 12:57:29 +01:00
insn-data.def target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline 2019-12-18 12:57:29 +01:00
insn-format.def
int_helper.c
internal.h
interrupt.c
ioinst.c
kvm_s390x.h
kvm-stub.c
kvm.c kvm: introduce kvm_kernel_irqchip_* functions 2019-12-17 19:32:45 +01:00
machine.c
Makefile.objs
mem_helper.c tcg: Search includes from the project root source directory 2020-01-15 15:13:10 -10:00
misc_helper.c target/s390x: Split out helper_per_store_real 2019-12-18 12:57:29 +01:00
mmu_helper.c
s390-tod.h
sigp.c
tcg_s390x.h
tcg-stub.c
trace-events
translate_vx.inc.c
translate.c tcg: Search includes from the project root source directory 2020-01-15 15:13:10 -10:00
vec_fpu_helper.c
vec_helper.c
vec_int_helper.c
vec_string_helper.c
vec.h