KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down
authorPaul Mackerras <paulus@samba.org>
Wed, 29 Jun 2011 00:19:22 +0000 (00:19 +0000)
committerAvi Kivity <avi@redhat.com>
Tue, 12 Jul 2011 10:16:50 +0000 (13:16 +0300)
commitf9e0554deca54a42fb2cf7f68c05a4a37461c205
treee81771fec16fe3d4466e51f902ccf8ccd3e85c14
parent3cf658b605393d793ea52416c2306b86fbde9d9a
KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down

This arranges for the top-level arch/powerpc/kvm/powerpc.c file to
pass down some of the calls it gets to the lower-level subarchitecture
specific code.  The lower-level implementations (in booke.c and book3s.c)
are no-ops.  The coming book3s_hv.c will need this.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/include/asm/kvm_ppc.h
arch/powerpc/kvm/book3s_pr.c
arch/powerpc/kvm/booke.c
arch/powerpc/kvm/powerpc.c