qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 04/16] cpu: resume CPU from CPUClass.cpu_common_real


From: Igor Mammedov
Subject: [Qemu-devel] [PATCH 04/16] cpu: resume CPU from CPUClass.cpu_common_realizefn() when it is hot-plugged
Date: Tue, 16 Apr 2013 00:12:44 +0200

Signed-off-by: Igor Mammedov <address@hidden>
---
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]