summaryrefslogtreecommitdiffstats
path: root/target/i386
diff options
context:
space:
mode:
authorEduardo Habkost2017-06-23 17:29:09 +0200
committerEduardo Habkost2017-07-17 20:41:30 +0200
commitcf70879f14d83287d0d6af3b0d7ba7a322ea9ece (patch)
treee118d7de4de5a0a213b54173b988480ab078e6b8 /target/i386
parenti386: expose "TCGTCGTCGTCG" in the 0x40000000 CPUID leaf (diff)
downloadqemu-cf70879f14d83287d0d6af3b0d7ba7a322ea9ece.tar.gz
qemu-cf70879f14d83287d0d6af3b0d7ba7a322ea9ece.tar.xz
qemu-cf70879f14d83287d0d6af3b0d7ba7a322ea9ece.zip
i386: Update comment about XSAVES on Skylake-Client
Reported-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'target/i386')
-rw-r--r--target/i386/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index 71983ef4e6..e702691795 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.