]> Pileus Git - ~andy/linux/blobdiff - arch/powerpc/kvm/44x.c
KVM: PPC: booke: Move vm core init/destroy out of booke.c
[~andy/linux] / arch / powerpc / kvm / 44x.c
index 879a1a70acd0baecf1b82fd40564a007f0b68dd1..50e7dbc7356cd0ed574f3ac9fa61ea509fb26439 100644 (file)
@@ -163,6 +163,15 @@ void kvmppc_core_vcpu_free(struct kvm_vcpu *vcpu)
        kmem_cache_free(kvm_vcpu_cache, vcpu_44x);
 }
 
+int kvmppc_core_init_vm(struct kvm *kvm)
+{
+       return 0;
+}
+
+void kvmppc_core_destroy_vm(struct kvm *kvm)
+{
+}
+
 static int __init kvmppc_44x_init(void)
 {
        int r;