From: Eduardo Habkost Date: Fri, 23 Jun 2017 15:29:09 +0000 (-0300) Subject: i386: Update comment about XSAVES on Skylake-Client X-Git-Tag: v2.10.0-rc0~45^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf70879f14d83287d0d6af3b0d7ba7a322ea9ece;p=thirdparty%2Fqemu.git i386: Update comment about XSAVES on Skylake-Client Reported-by: Paolo Bonzini Signed-off-by: Eduardo Habkost --- diff --git a/target/i386/cpu.c b/target/i386/cpu.c index 71983ef4e62..e7026917957 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -1331,7 +1331,7 @@ static X86CPUDefinition builtin_x86_defs[] = { CPUID_7_0_EBX_RTM | CPUID_7_0_EBX_RDSEED | CPUID_7_0_EBX_ADX | CPUID_7_0_EBX_SMAP | CPUID_7_0_EBX_MPX, /* Missing: XSAVES (not supported by some Linux versions, - * including v4.1 to v4.6). + * including v4.1 to v4.12). * KVM doesn't yet expose any XSAVES state save component, * and the only one defined in Skylake (processor tracing) * probably will block migration anyway.