mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
cpu: Change qemu_init_vcpu() argument to CPUState
This allows to move the call into CPUState's realizefn. Therefore move the stub into libqemustub.a. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
10a9021dfd
commit
c643bed99f
21 changed files with 17 additions and 40 deletions
|
@ -209,6 +209,8 @@ static void cpu_common_realizefn(DeviceState *dev, Error **errp)
|
|||
{
|
||||
CPUState *cpu = CPU(dev);
|
||||
|
||||
qemu_init_vcpu(cpu);
|
||||
|
||||
if (dev->hotplugged) {
|
||||
cpu_synchronize_post_init(cpu);
|
||||
notifier_list_notify(&cpu_added_notifiers, dev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue