]> Git Repo - qemu.git/commit - target/i386/cpu.c
i386: Remove osxsave CPUID flag name
authorEduardo Habkost <[email protected]>
Mon, 11 Jun 2018 20:38:55 +0000 (17:38 -0300)
committerEduardo Habkost <[email protected]>
Fri, 22 Jun 2018 18:01:15 +0000 (15:01 -0300)
commitf1a23522b03a569f13aad49294bb4c4b1a9500c7
tree4d4e51983fa7062ab6acc9b7995526f6d800b96d
parentcc643b1e7898414b56f551bbd42d4ed8c2ae127a
i386: Remove osxsave CPUID flag name

OSXAVE is not a static feature flag: it changes dynamically at
runtime depending on CR4, and it was never configurable: KVM
never returned OSXSAVE on GET_SUPPORTED_CPUID, and it is not
included in TCG_EXT_FEATURES.

Remove OSXSAVE from the feature name array so users don't try to
configure it manually.

Signed-off-by: Eduardo Habkost <[email protected]>
Message-Id: <20180611203855[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
target/i386/cpu.c
This page took 0.025501 seconds and 4 git commands to generate.