commit | 3320182b77900049f9f8a8b046afa6c3529864cd | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Mar 05 16:11:56 2020 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Mar 05 16:33:47 2020 +0100 |
tree | 1730689c6284511cbbe6e5f8545eb3f46114b5c6 | |
parent | d8a4a922b2bbeb8260af714125324fafa6146658 [diff] |
KVM: CPUID: add support for supervisor states Current CPUID 0xd enumeration code does not support supervisor states, because KVM only supports setting IA32_XSS to zero. Change it instead to use a new variable supported_xss, to be set from the hardware_setup callback which is in charge of CPU capabilities. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>