diff options
author | Scott Wood <scottwood@freescale.com> | 2011-12-20 15:34:26 +0000 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-04-08 12:51:05 +0300 |
commit | fafd68327858bf30c846d38c7ea144f0827f552e (patch) | |
tree | 2b848572072cf86ccd138d00610237c8eef9e4b7 /arch/powerpc/kvm/booke.c | |
parent | 94fa9d9927627a948cef3eff7ebd228dcab5a316 (diff) | |
download | op-kernel-dev-fafd68327858bf30c846d38c7ea144f0827f552e.zip op-kernel-dev-fafd68327858bf30c846d38c7ea144f0827f552e.tar.gz |
KVM: PPC: booke: Move vm core init/destroy out of booke.c
e500mc will want to do lpid allocation/deallocation here.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/kvm/booke.c')
-rw-r--r-- | arch/powerpc/kvm/booke.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/powerpc/kvm/booke.c b/arch/powerpc/kvm/booke.c index a2456c7..2ee9bae 100644 --- a/arch/powerpc/kvm/booke.c +++ b/arch/powerpc/kvm/booke.c @@ -932,15 +932,6 @@ void kvmppc_core_commit_memory_region(struct kvm *kvm, { } -int kvmppc_core_init_vm(struct kvm *kvm) -{ - return 0; -} - -void kvmppc_core_destroy_vm(struct kvm *kvm) -{ -} - void kvmppc_set_tcr(struct kvm_vcpu *vcpu, u32 new_tcr) { vcpu->arch.tcr = new_tcr; |