mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-28 09:55:57 +00:00
bb988cf5b937e5ac60331b4c02fbf1f72b437271
Let kernel setup "struct kvm_cpuid2" for us! https://kerneltrap.org/mailarchive/linux-kernel/2010/4/27/4563640 Avi Kivity: ''' No. KVM_GET_CPUID2 reads what was set by KVM_SET_CPUID, as modified by the guest executing the cpuid instruction. KVM_GET_SUPPORTED_CPUID tells userspace which bits are supported by the host cpu and kvm. The API for KVM_GET_SUPPORTED_CPUID returns all cpuid leaves supported in one go, IIRC. ''' Signed-off-by: Asias He <asias.hejun@gmail.com> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Description
No description provided
Languages
C
96.6%
Makefile
2.6%
Assembly
0.5%
Shell
0.3%