From 8f04fd8b8af941871872291363d9f7a00d81a1fb Mon Sep 17 00:00:00 2001 From: Eduardo Habkost Date: Sat, 3 Mar 2018 22:57:02 -0500 Subject: [PATCH] i386: Update comment about XSAVES on Skylake-Client Backports commit cf70879f14d83287d0d6af3b0d7ba7a322ea9ece from qemu --- qemu/target/i386/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/target/i386/cpu.c b/qemu/target/i386/cpu.c index 76247538..34ba7614 100644 --- a/qemu/target/i386/cpu.c +++ b/qemu/target/i386/cpu.c @@ -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.