aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kvmclock.c
diff options
context:
space:
mode:
authorRadim Krčmář <rkrcmar@redhat.com>2014-12-04 18:30:41 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2014-12-05 13:57:49 +0100
commite08e833616f7eefebdacfd1d743d80ff3c3b2585 (patch)
treee49a16589b7c919f33a120a1dfe69046d9f0ff1f /arch/x86/kernel/kvmclock.c
parentkvm: vmx: add nested virtualization support for xsaves (diff)
downloadlinux-dev-e08e833616f7eefebdacfd1d743d80ff3c3b2585.tar.xz
linux-dev-e08e833616f7eefebdacfd1d743d80ff3c3b2585.zip
KVM: cpuid: recompute CPUID 0xD.0:EBX,ECX
We reused host EBX and ECX, but KVM might not support all features; emulated XSAVE size should be smaller. EBX depends on unknown XCR0, so we default to ECX. SDM CPUID (EAX = 0DH, ECX = 0): EBX Bits 31-00: Maximum size (bytes, from the beginning of the XSAVE/XRSTOR save area) required by enabled features in XCR0. May be different than ECX if some features at the end of the XSAVE save area are not enabled. ECX Bit 31-00: Maximum size (bytes, from the beginning of the XSAVE/XRSTOR save area) of the XSAVE/XRSTOR save area required by all supported features in the processor, i.e all the valid bit fields in XCR0. Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> Tested-by: Wanpeng Li <wanpeng.li@linux.intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions