commit | d4330ef2fb2236a1e3a176f0f68360f4c0a8661b | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Thu Apr 22 12:33:11 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:19:23 2010 +0300 |
tree | 5b5c8776dd370fc2c12a57c5ed4565f59ecb45a6 | |
parent | 228070b1b31abc16c331b57bf965101c6eb1d167 [diff] |
KVM: x86: Add callback to let modules decide over some supported cpuid bits This patch adds the get_supported_cpuid callback to kvm_x86_ops. It will be used in do_cpuid_ent to delegate the decission about some supported cpuid bits to the architecture modules. Cc: stable@kernel.org Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>