Signed-off-by: Igor Mammedov <[email protected]> --- v2: * remove unnecessary now sysemu/cpus.h header * move out introducing resume_vcpu() into a separate patch --- qom/cpu.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/qom/cpu.c b/qom/cpu.c
index 0c76712..40a4259 100644
--- a/qom/cpu.c
+++ b/qom/cpu.c
@@ -60,6 +60,7 @@ static void cpu_common_realizefn(DeviceState *dev, Error
**errp)
{
if (dev->hotplugged) {
cpu_synchronize_post_init(CPU(dev));
+ resume_vcpu(CPU(dev));
}
}
--
1.8.2
