mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-06-20 19:17:48 +00:00
i386: Update comment about XSAVES on Skylake-Client
Backports commit cf70879f14d83287d0d6af3b0d7ba7a322ea9ece from qemu
This commit is contained in:
parent
abf3c71af2
commit
8f04fd8b8a
|
@ -1674,7 +1674,7 @@ static X86CPUDefinition builtin_x86_defs[] = {
|
||||||
// FEAT_SVM
|
// FEAT_SVM
|
||||||
0,
|
0,
|
||||||
/* Missing: XSAVES (not supported by some Linux versions,
|
/* 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,
|
* KVM doesn't yet expose any XSAVES state save component,
|
||||||
* and the only one defined in Skylake (processor tracing)
|
* and the only one defined in Skylake (processor tracing)
|
||||||
* probably will block migration anyway.
|
* probably will block migration anyway.
|
||||||
|
|
Loading…
Reference in a new issue