]> 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)
commita419a54ed7fc89b6a03b94b330fa0d418a5a1cfb
tree51d910e618eaad99ec034ef72b535e8cad06ffe5
parentf4d50a8ef6f2b8dc1bd817d15d7506e0f2504ff1
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