Re: [PATCH] KVM: x86: remove obsolete EXPORT... of handle_mmio_page_fault

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Gentle ping.

On Thu, 2018-03-29 at 15:04 -0700, Sean Christopherson wrote:
> handle_mmio_page_fault() was recently moved to be an internal-only
> MMU function, i.e. it's static and no longer defined in kvm_host.h.
> 
> Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
> ---
>  arch/x86/kvm/mmu.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c
> index f551962ac294..3659f00c1533 100644
> --- a/arch/x86/kvm/mmu.c
> +++ b/arch/x86/kvm/mmu.c
> @@ -3717,7 +3717,6 @@ static int handle_mmio_page_fault(struct kvm_vcpu *vcpu, u64 addr, bool direct)
>  	 */
>  	return RET_PF_RETRY;
>  }
> -EXPORT_SYMBOL_GPL(handle_mmio_page_fault);
>  
>  static bool page_fault_handle_page_track(struct kvm_vcpu *vcpu,
>  					 u32 error_code, gfn_t gfn)



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux