qemu-patch-raspberry4/target/hppa
Igor Mammedov 8fc24ad5dd hppa: replace cpu_hppa_init() with cpu_generic_init()
drop custom cpu_hppa_init() in favor of cpu_generic_init(),
to make cpu_generic_init() work all we need is to provide
cc->class_by_name callback that would resolve any cpu_model
to the sole TYPE_HPPA_CPU to match current behaviour.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: Richard Henderson <rth@twiddle.net>
Message-Id: <1503592308-93913-11-git-send-email-imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
2017-09-01 11:54:24 -03:00
..
cpu-qom.h target-hppa: Add framework and enable compilation 2017-01-23 09:52:40 -08:00
cpu.c hppa: replace cpu_hppa_init() with cpu_generic_init() 2017-09-01 11:54:24 -03:00
cpu.h hppa: replace cpu_hppa_init() with cpu_generic_init() 2017-09-01 11:54:24 -03:00
gdbstub.c target/hppa: Fix gdb_write_register 2017-02-06 18:25:31 -08:00
helper.c target-hppa: Add framework and enable compilation 2017-01-23 09:52:40 -08:00
helper.h target-hppa: Implement floating-point insns 2017-01-23 09:52:40 -08:00
Makefile.objs target-hppa: Add framework and enable compilation 2017-01-23 09:52:40 -08:00
op_helper.c target-hppa: Implement floating-point insns 2017-01-23 09:52:40 -08:00
translate.c tcg: Pass generic CPUState to gen_intermediate_code() 2017-07-19 14:45:16 -07:00