diff options
author | Wanpeng Li <wanpeng.li@linux.intel.com> | 2014-12-03 10:36:23 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-12-15 12:21:01 +0100 |
commit | 18cd2c17b5370369a886155c001da0a7f54bbcca (patch) | |
tree | a78517d371e0a216e82e3c96fb32abac0ee14b91 /target-i386/cpu.c | |
parent | 906b53a2de31a4612e94000f7cfe3a8e4b002f25 (diff) |
target-i386: get/set/migrate XSAVES state
Add xsaves related definition, it also adds corresponding part
to kvm_get/put, and vmstate.
Signed-off-by: Wanpeng Li <wanpeng.li@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-i386/cpu.c')
-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 cf4cf01419..a2dde11564 100644 --- a/target-i386/cpu.c +++ b/target-i386/cpu.c @@ -408,7 +408,6 @@ static FeatureWordInfo feature_word_info[FEATURE_WORDS] = { .cpuid_needs_ecx = true, .cpuid_ecx = 1, .cpuid_reg = R_EAX, .tcg_features = 0, - .unmigratable_flags = FEAT_XSAVES, }, }; |