commit | f9e0554deca54a42fb2cf7f68c05a4a37461c205 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Wed Jun 29 00:19:22 2011 +0000 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 13:16:50 2011 +0300 |
tree | e81771fec16fe3d4466e51f902ccf8ccd3e85c14 | |
parent | 3cf658b605393d793ea52416c2306b86fbde9d9a [diff] |
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>