]> Git Repo - qemu.git/commit - target-i386/cpuid.c
Don't declare XSAVE as supported
authorAndi Kleen <[email protected]>
Sat, 26 Jun 2010 20:54:21 +0000 (22:54 +0200)
committerAurelien Jarno <[email protected]>
Thu, 1 Jul 2010 23:55:38 +0000 (01:55 +0200)
commit8713f8ffb87a28c94b4f22b9a9ec16c55381187e
tree7119e02183b9773ea4dc969a6a7ae5384afc6921
parentc045af25a52e9aa69c96bf8af4e4c639f657b08f
Don't declare XSAVE as supported

i386 cpuid.c currently claims XSAVE is supported in the CPUID filter,
but that's not true: Only FXSAVE is supported. Remove that bit
from the filter.

Signed-off-by: Andi Kleen <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
target-i386/cpuid.c
This page took 0.02353 seconds and 4 git commands to generate.