Message ID | 20190125220606.4864-3-ehabkost@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | i386: arch_capabilities fixes + migratability | expand |
diff --git a/target/i386/cpu.c b/target/i386/cpu.c index 2f5412592d..3ff91d794d 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -1088,7 +1088,6 @@ static FeatureWordInfo feature_word_info[FEATURE_WORDS] = { .reg = R_EDX, }, .tcg_features = TCG_7_0_EDX_FEATURES, - .unmigratable_flags = CPUID_7_0_EDX_ARCH_CAPABILITIES, }, [FEAT_8000_0007_EDX] = { .type = CPUID_FEATURE_WORD,
Now that kvm_arch_get_supported_cpuid() will only return arch_capabilities if QEMU is able to initialize the MSR properly, we know that the feature is safely migratable. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> --- target/i386/cpu.c | 1 - 1 file changed, 1 deletion(-)