From edd1211194cd71afd78daf148c46801937ec11f5 Mon Sep 17 00:00:00 2001 From: Igor Mammedov Date: Fri, 27 May 2016 13:50:48 +0200 Subject: [PATCH] pc: cpu: Allow device_add to be used with x86 cpu Signed-off-by: Igor Mammedov Reviewed-by: Michael S. Tsirkin Signed-off-by: Eduardo Habkost --- target-i386/cpu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 5d0e085c88..3df5f5f195 100644 --- a/target-i386/cpu.c +++ b/target-i386/cpu.c @@ -3396,6 +3396,7 @@ static void x86_cpu_common_class_init(ObjectClass *oc, void *data) cc->cpu_exec_enter = x86_cpu_exec_enter; cc->cpu_exec_exit = x86_cpu_exec_exit; + dc->cannot_instantiate_with_device_add_yet = false; /* * Reason: x86_cpu_initfn() calls cpu_exec_init(), which saves the * object in cpus -> dangling pointer after final object_unref(). -- 2.42.0