commit | 408e9a318f57ba8be82ba01e98cc271b97392187 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Mar 05 16:11:56 2020 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Mar 16 17:58:45 2020 +0100 |
tree | 1730689c6284511cbbe6e5f8545eb3f46114b5c6 | |
parent | 257038745cae1fdaa3948013a22eba3b1d610174 [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>