]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Move kvm_guest_init out of generic code
authorAlexander Graf <agraf@suse.de>
Thu, 29 Jul 2010 12:47:56 +0000 (14:47 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:49 +0000 (10:50 +0200)
commitc2b7944d9fac0a3979e82c6aa0a5527fe3a2054a
treee2cdfefd0dfaeb30fc89a0c3a0f82a58a3e747d9
parent2e3ca7d9ba7249096b095c986d27ff0371887ea9
KVM: Move kvm_guest_init out of generic code

Currently x86 is the only architecture that uses kvm_guest_init(). With
PowerPC we're getting a second user, but the signature is different there
and we don't need to export it, as it uses the normal kernel init framework.

So let's move the x86 specific definition of that function over to the x86
specfic header file.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_para.h
include/linux/kvm_para.h