]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
i386: Remove ospke CPUID flag name
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 11 Jun 2018 20:37:12 +0000 (17:37 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 22 Jun 2018 18:01:15 +0000 (15:01 -0300)
commit9ccb9784b57804f5c74434ad6ccb66650a015ffc
tree5e0e7a5a6dcb6261245258dab4d3ece982878d25
parentf1a23522b03a569f13aad49294bb4c4b1a9500c7
i386: Remove ospke CPUID flag name

OSPKE is not a static feature flag: it changes dynamically at
runtime depending on CR4, and it was never configurable: KVM
never returned OSPKE on GET_SUPPORTED_CPUID, and on TCG enables
it automatically if CR4_PKE_MASK is set.

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

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20180611203712.12086-1-ehabkost@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/cpu.c