diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2019-01-25 20:06:06 -0200 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2019-03-20 12:18:15 -0300 |
commit | 014018e19b3c54dd1bf5072bc912ceffea40abe8 (patch) | |
tree | 00c9c916a7ca49e0c365ad9a9671273dea755e2e /target/i386 | |
parent | 485b1d256bcb0874bcde0223727c159b6837e6f8 (diff) | |
download | qemu-014018e19b3c54dd1bf5072bc912ceffea40abe8.zip |
i386: Make arch_capabilities migratable
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>
Diffstat (limited to 'target/i386')
-rw-r--r-- | target/i386/cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/i386/cpu.c b/target/i386/cpu.c index d90c01a059..9d3a20eac4 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -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, |