summary refs log tree commit diff stats
path: root/hw/core/qdev-properties-system.c
diff options
context:
space:
mode:
authorDavid Hildenbrand <david@redhat.com>2019-09-25 14:24:42 +0200
committerDavid Hildenbrand <david@redhat.com>2019-10-09 12:49:01 +0200
commita4e95b41a1bd3fe82d130773357d0df52b50e67f (patch)
treed68561f31db124abf3a52883124158070fcf3895 /hw/core/qdev-properties-system.c
parent3fd0e85f3f3db70e6b6a70bdacc90bbea0e396de (diff)
downloadfocaccia-qemu-a4e95b41a1bd3fe82d130773357d0df52b50e67f.tar.gz
focaccia-qemu-a4e95b41a1bd3fe82d130773357d0df52b50e67f.zip
s390x/mmu: Convert to non-recursive page table walk
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.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Diffstat (limited to 'hw/core/qdev-properties-system.c')
0 files changed, 0 insertions, 0 deletions