Re: [PATCH] MIPS: KVM: remove the stale memory alias support function unalias_gfn

2014-05-29 Thread Paolo Bonzini
Il 29/05/2014 21:12, Deng-Cheng Zhu ha scritto: kvm_mips.c | 5 - 1 file changed Applied, thanks. paolo -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] MIPS: KVM: remove the stale memory alias support function unalias_gfn

2014-05-29 Thread Deng-Cheng Zhu
From: Deng-Cheng Zhu The memory alias support has been removed since a1f4d39500 (KVM: Remove memory alias support). So remove unalias_gfn from the MIPS port. Reviewed-by: James Hogan Signed-off-by: Deng-Cheng Zhu --- arch/mips/kvm/kvm_mips.c | 5 - 1 file changed, 5 deletions(-) diff --g