On 04/10/2019 12.51, David Hildenbrand wrote:
> A non-recursive implementation allows to make better use of the
> branch predictor, avoids function calls, and makes the implementation of
> new features only for a subset of region table levels easier.
> 
> We can now directly compare our implementation to the KVM gaccess
> implementation in arch/s390/kvm/gaccess.c:guest_translate().
> 
> Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
> Signed-off-by: David Hildenbrand <da...@redhat.com>
> ---
>  target/s390x/mmu_helper.c | 208 ++++++++++++++++++++------------------
>  1 file changed, 108 insertions(+), 100 deletions(-)

Reviewed-by: Thomas Huth <th...@redhat.com>

Reply via email to