From: Paul Mackerras Date: Wed, 29 Jun 2011 00:19:22 +0000 (+0000) Subject: KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down X-Git-Tag: v3.1-rc1~264^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9e0554deca54a42fb2cf7f68c05a4a37461c205;p=pandora-kernel.git 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 Signed-off-by: Alexander Graf --- Reading git-diff-tree failed