From: Alexander Graf Date: Fri, 20 Jun 2014 11:52:36 +0000 (+0200) Subject: KVM: PPC: Implement kvmppc_xlate for all targets X-Git-Tag: omap-for-v3.17/fixes-against-rc2~130^2~10^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d15c06f1abfe4b893c6c2c8a306b02210a6a6db;p=pandora-kernel.git KVM: PPC: Implement kvmppc_xlate for all targets We have a nice API to find the translated GPAs of a GVA including protection flags. So far we only use it on Book3S, but there's no reason the same shouldn't be used on BookE as well. Implement a kvmppc_xlate() version for BookE and clean it up to make it more readable in general. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed