OSDN Git Service

x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' feature
[qmiga/qemu.git] / hw / i386 / pc.c
index 675e15c..9e29f37 100644 (file)
@@ -97,7 +97,9 @@
 #include "trace.h"
 #include CONFIG_DEVICES
 
-GlobalProperty pc_compat_5_2[] = {};
+GlobalProperty pc_compat_5_2[] = {
+    { "ICH9-LPC", "x-smi-cpu-hotunplug", "off" },
+};
 const size_t pc_compat_5_2_len = G_N_ELEMENTS(pc_compat_5_2);
 
 GlobalProperty pc_compat_5_1[] = {