]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - arch/powerpc/kvm/powerpc.c
KVM: PPC: Move kvmppc_ld/st to common code
authorAlexander Graf <agraf@suse.de>
Fri, 20 Jun 2014 11:58:16 +0000 (13:58 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 28 Jul 2014 14:27:12 +0000 (16:27 +0200)
commit35c4a7330dbe1ae6f590a5645b185e35ddb3f6d9
tree931fa003d549a0b14e284c85862490c229d83e74
parent7d15c06f1abfe4b893c6c2c8a306b02210a6a6db
KVM: PPC: Move kvmppc_ld/st to common code

We have enough common infrastructure now to resolve GVA->GPA mappings at
runtime. With this we can move our book3s specific helpers to load / store
in guest virtual address space to common code as well.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/include/asm/kvm_book3s.h
arch/powerpc/include/asm/kvm_host.h
arch/powerpc/include/asm/kvm_ppc.h
arch/powerpc/kvm/book3s.c
arch/powerpc/kvm/powerpc.c