diff options
author | Igor Mammedov <imammedo@redhat.com> | 2013-04-23 10:29:36 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2013-05-01 13:04:17 +0200 |
commit | 13eed94ed5617b98e657163490584dc2a0cc4b32 (patch) | |
tree | 04a4408ad812a18b1c161131827aa6a6fbdd70d1 /vl.c | |
parent | c4cfef5e8a6371aa5e6577f2b980315c2dc46cfb (diff) | |
download | qemu-13eed94ed5617b98e657163490584dc2a0cc4b32.tar.gz qemu-13eed94ed5617b98e657163490584dc2a0cc4b32.tar.bz2 qemu-13eed94ed5617b98e657163490584dc2a0cc4b32.zip |
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>
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -267,7 +267,6 @@ static NotifierList machine_init_done_notifiers = NOTIFIER_LIST_INITIALIZER(machine_init_done_notifiers); static bool tcg_allowed = true; -bool kvm_allowed; bool xen_allowed; uint32_t xen_domid; enum xen_mode xen_mode = XEN_EMULATE; |