commit | 7d15c06f1abfe4b893c6c2c8a306b02210a6a6db | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Jun 20 13:52:36 2014 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Jul 28 16:15:50 2014 +0200 |
tree | 7c29513bfb6b32194ea7ac8c1b7c3e0048aacb12 | |
parent | 63fff5c1e3695ff5c9ad8c198a3b03ca4c0c73a8 [diff] |
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 <agraf@suse.de>