mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
target-sparc: move common cpu initialisation routines to sparc64.c
Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
a0e893039c
commit
fff54d2269
5 changed files with 389 additions and 345 deletions
5
include/hw/sparc/sparc64.h
Normal file
5
include/hw/sparc/sparc64.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
SPARCCPU *sparc64_cpu_devinit(const char *cpu_model,
|
||||
const char *dflt_cpu_model, uint64_t prom_addr);
|
||||
|
||||
void sparc64_cpu_set_ivec_irq(void *opaque, int irq, int level);
|
Loading…
Add table
Add a link
Reference in a new issue