linux/arch/powerpc/kvm
Gavin Shan 66a03505a7 KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot()
The build error was caused by that builtin functions are calling
the functions implemented in modules. This error was introduced by
commit 4d8b81abc4 ("KVM: introduce readonly memslot").

The patch fixes the build error by moving function __gfn_to_hva_memslot()
from kvm_main.c to kvm_host.h and making that "inline" so that the
builtin function (kvmppc_h_enter) can use that.

Acked-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2012-08-27 16:44:20 -03:00
..
44x.c
44x_emulate.c
44x_tlb.c KVM: do not release the error page 2012-08-06 16:04:58 +03:00
44x_tlb.h
Kconfig
Makefile
book3s.c
book3s_32_mmu.c
book3s_32_mmu_host.c KVM: PPC: Add cache flush on page map 2012-08-16 14:14:53 +02:00
book3s_32_sr.S
book3s_64_mmu.c
book3s_64_mmu_host.c KVM: PPC: Add cache flush on page map 2012-08-16 14:14:53 +02:00
book3s_64_mmu_hv.c KVM: Push rmap into kvm_arch_memory_slot 2012-08-06 12:47:30 +03:00
book3s_64_slb.S
book3s_64_vio.c
book3s_64_vio_hv.c
book3s_emulate.c
book3s_exports.c
book3s_hv.c KVM updates for the 3.6 merge window 2012-07-24 12:01:20 -07:00
book3s_hv_builtin.c
book3s_hv_interrupts.S
book3s_hv_rm_mmu.c KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot() 2012-08-27 16:44:20 -03:00
book3s_hv_rmhandlers.S KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE code 2012-08-16 14:14:52 +02:00
book3s_interrupts.S powerpc: Merge VCPU_GPR 2012-07-10 19:18:06 +10:00
book3s_mmu_hpte.c
book3s_paired_singles.c
book3s_pr.c KVM: do not release the error page 2012-08-06 16:04:58 +03:00
book3s_pr_papr.c powerpc/kvm: Fix "PR" KVM implementation of H_CEDE 2012-07-11 17:36:38 +02:00
book3s_rmhandlers.S powerpc/kvm/book3s_32: Fix MTMSR_EERI macro 2012-07-31 15:21:20 +10:00
book3s_segment.S powerpc: Move and fix MTMSR_EERI definition 2012-07-10 19:18:08 +10:00
booke.c booke/bookehv: Add host crit-watchdog exception support 2012-07-11 17:39:36 +02:00
booke.h
booke_emulate.c KVM: PPC: Critical interrupt emulation support 2012-07-11 17:39:38 +02:00
booke_interrupts.S KVM updates for the 3.6 merge window 2012-07-24 12:01:20 -07:00
bookehv_interrupts.S powerpc/kvm/bookehv: Fix build regression 2012-07-27 11:42:32 +10:00
e500.c
e500.h
e500_emulate.c
e500_tlb.c Merge remote-tracking branch 'upstream/master' into queue 2012-08-26 13:58:41 -03:00
e500mc.c KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests 2012-07-11 17:39:38 +02:00
emulate.c KVM: PPC: bookehv64: Add support for std/ld emulation. 2012-07-11 17:39:36 +02:00
fpu.S
powerpc.c KVM: Push rmap into kvm_arch_memory_slot 2012-08-06 12:47:30 +03:00
timing.c
timing.h
trace.h