]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/i386/cpu.c
i386: do not migrate MSR_SMI_COUNT on machine types <2.12
[mirror_qemu.git] / target / i386 / cpu.c
index f454d4beb379eff07447dcc8b8ef86e810758b47..723e02221e5e8d9e23fed67481c6de87ba0d2f0e 100644 (file)
@@ -5435,6 +5435,8 @@ static Property x86_cpu_properties[] = {
                      false),
     DEFINE_PROP_BOOL("vmware-cpuid-freq", X86CPU, vmware_cpuid_freq, true),
     DEFINE_PROP_BOOL("tcg-cpuid", X86CPU, expose_tcg, true),
+    DEFINE_PROP_BOOL("x-migrate-smi-count", X86CPU, migrate_smi_count,
+                     true),
     /*
      * lecacy_cache defaults to true unless the CPU model provides its
      * own cache information (see x86_cpu_load_def()).