]> Git Repo - qemu.git/commit
hppa: replace cpu_hppa_init() with cpu_generic_init()
authorIgor Mammedov <[email protected]>
Thu, 24 Aug 2017 16:31:33 +0000 (18:31 +0200)
committerEduardo Habkost <[email protected]>
Fri, 1 Sep 2017 14:54:24 +0000 (11:54 -0300)
commit8fc24ad5dd081e5655ad0e87fbea2e0812235f5a
tree24b6fde162d846b48603fc5980e0106ebfc7f77d
parent82a3d1f81f8e401c6c34cba541970197aba2bb9a
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 <[email protected]>
Acked-by: Richard Henderson <[email protected]>
Message-Id: <1503592308[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
target/hppa/cpu.c
target/hppa/cpu.h
This page took 0.025164 seconds and 4 git commands to generate.