]> git.proxmox.com Git - qemu.git/commit
cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()
authorIgor Mammedov <imammedo@redhat.com>
Tue, 23 Apr 2013 08:29:36 +0000 (10:29 +0200)
committerAndreas Färber <afaerber@suse.de>
Wed, 1 May 2013 11:04:17 +0000 (13:04 +0200)
commit13eed94ed5617b98e657163490584dc2a0cc4b32
tree04a4408ad812a18b1c161131827aa6a6fbdd70d1
parentc4cfef5e8a6371aa5e6577f2b980315c2dc46cfb
cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()

If hotplugged, synchronize CPU state to KVM.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
include/sysemu/kvm.h
kvm-all.c
kvm-stub.c
qom/cpu.c
vl.c