summaryrefslogtreecommitdiffstats
path: root/disas/microblaze.c
diff options
context:
space:
mode:
authorDavid Hildenbrand2019-09-03 09:50:28 +0200
committerDavid Hildenbrand2019-09-23 09:28:29 +0200
commit70ebd9ce1cb08ffb0ec0d7185f16520998545a7a (patch)
tree0900e27c28e799efb6ed71213bf289e71bb6bfcc /disas/microblaze.c
parents390x/tcg: Always use MMU_USER_IDX for CONFIG_USER_ONLY (diff)
downloadqemu-70ebd9ce1cb08ffb0ec0d7185f16520998545a7a.tar.gz
qemu-70ebd9ce1cb08ffb0ec0d7185f16520998545a7a.tar.xz
qemu-70ebd9ce1cb08ffb0ec0d7185f16520998545a7a.zip
s390x/tcg: Fault-safe memset
Replace fast_memset() by access_memset(), that first tries to probe access to all affected pages (maximum is two). We'll use the same mechanism for other types of accesses soon. Only in very rare cases (especially TLB_NOTDIRTY), we'll have to fallback to ld/st helpers. Try to speed up that case as suggested by Richard. We'll rework most involved handlers soon to do all accesses via new fault-safe helpers, especially MVC. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: David Hildenbrand <david@redhat.com>
Diffstat (limited to 'disas/microblaze.c')
0 files changed, 0 insertions, 0 deletions