Skip to content

Commit

Permalink
i386: Make arch_capabilities migratable
Browse files Browse the repository at this point in the history
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>
Message-Id: <20190125220606.4864-3-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
  • Loading branch information
ehabkost committed Mar 20, 2019
1 parent 485b1d2 commit 014018e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion target/i386/cpu.c
Expand Up @@ -1089,7 +1089,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,
Expand Down

0 comments on commit 014018e

Please sign in to comment.