mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7242 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
43b9685807
commit
0bf46a40a1
11 changed files with 26 additions and 4 deletions
|
@ -723,6 +723,7 @@ CPUSPARCState *cpu_sparc_init(const char *cpu_model)
|
|||
return NULL;
|
||||
}
|
||||
cpu_reset(env);
|
||||
qemu_init_vcpu(env);
|
||||
|
||||
return env;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue