KVM: x86: Add callback to let modules decide over some supported cpuid bits
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 22 Apr 2010 10:33:11 +0000 (12:33 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:19:23 +0000 (12:19 +0300)
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>

No differences found