]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Move cpuid code to new file
authorAvi Kivity <avi@redhat.com>
Wed, 23 Nov 2011 14:30:32 +0000 (16:30 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 27 Dec 2011 09:21:49 +0000 (11:21 +0200)
commit9a47fc6cf0cffb1222cd076c2dce86dd1fcbd3b2
tree51d910e618eaad99ec034ef72b535e8cad06ffe5
parent466cbded88f4444864e2b529a26c87dfc9fe6227
KVM: Move cpuid code to new file

The cpuid code has grown; put it into a separate file.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/Makefile
arch/x86/kvm/cpuid.c [new file with mode: 0644]
arch/x86/kvm/cpuid.h [new file with mode: 0644]
arch/x86/kvm/lapic.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c
arch/x86/kvm/x86.h