From: Avi Kivity Date: Sun, 12 Sep 2010 14:39:11 +0000 (+0200) Subject: KVM: Document that KVM_GET_SUPPORTED_CPUID may return emulated values X-Git-Tag: v2.6.37-rc1~142^2~41 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=c39cbd2a0012334714409eec1e9cf4d542e359e9;p=linux.git KVM: Document that KVM_GET_SUPPORTED_CPUID may return emulated values Signed-off-by: Avi Kivity --- diff --git a/Documentation/kvm/api.txt b/Documentation/kvm/api.txt index 24d634128746..b336266bea5e 100644 --- a/Documentation/kvm/api.txt +++ b/Documentation/kvm/api.txt @@ -1042,8 +1042,9 @@ number is just right, the 'nent' field is adjusted to the number of valid entries in the 'entries' array, which is then filled. The entries returned are the host cpuid as returned by the cpuid instruction, -with unknown or unsupported features masked out. The fields in each entry -are defined as follows: +with unknown or unsupported features masked out. Some features (for example, +x2apic), may not be present in the host cpu, but are exposed by kvm if it can +emulate them efficiently. The fields in each entry are defined as follows: function: the eax value used to obtain the entry index: the ecx value used to obtain the entry (for entries that are