From 18cd2c17b5370369a886155c001da0a7f54bbcca Mon Sep 17 00:00:00 2001 From: Wanpeng Li Date: Wed, 3 Dec 2014 10:36:23 +0800 Subject: 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 Signed-off-by: Paolo Bonzini --- target-i386/cpu.c | 1 - 1 file changed, 1 deletion(-) (limited to 'target-i386/cpu.c') diff --git a/target-i386/cpu.c b/target-i386/cpu.c index cf4cf01..a2dde11 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, }, }; -- cgit v1.1