]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb5cdb17d7c7eec2de593cf1b8bf04c2aa28bc75c
treee81771fec16fe3d4466e51f902ccf8ccd3e85c14
parent1736bb0ee832466b201e1b7ed55745706c5524ed
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