Merge branch 'kvm-arm64/memslot-fixes' into kvmarm-master/next
authorMarc Zyngier <maz@kernel.org>
Tue, 13 Apr 2021 14:35:40 +0000 (15:35 +0100)
committerMarc Zyngier <maz@kernel.org>
Tue, 13 Apr 2021 14:35:40 +0000 (15:35 +0100)
Signed-off-by: Marc Zyngier <maz@kernel.org>
1  2 
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/mmu.c

@@@ -637,14 -630,8 +637,13 @@@ void kvm_arm_resume_guest(struct kvm *k
                                                                        \
                ret;                                                    \
        })
 +#else /* __KVM_NVHE_HYPERVISOR__ */
 +#define kvm_call_hyp(f, ...) f(__VA_ARGS__)
 +#define kvm_call_hyp_ret(f, ...) f(__VA_ARGS__)
 +#define kvm_call_hyp_nvhe(f, ...) f(__VA_ARGS__)
 +#endif /* __KVM_NVHE_HYPERVISOR__ */
  
  void force_vm_exit(const cpumask_t *mask);
- void kvm_mmu_wp_memory_region(struct kvm *kvm, int slot);
  
  int handle_exit(struct kvm_vcpu *vcpu, int exception_index);
  void handle_exit_early(struct kvm_vcpu *vcpu, int exception_index);
Simple merge