i386: Update comment about XSAVES on Skylake-Client

Backports commit cf70879f14d83287d0d6af3b0d7ba7a322ea9ece from qemu
This commit is contained in:
Eduardo Habkost 2018-03-03 22:57:02 -05:00 committed by Lioncash
parent abf3c71af2
commit 8f04fd8b8a
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -1674,7 +1674,7 @@ static X86CPUDefinition builtin_x86_defs[] = {
// FEAT_SVM
0,
/* 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.