[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v1 0/2] tcg: Introduce probe_access() and return a h
From: |
David Hildenbrand |
Subject: |
[Qemu-devel] [PATCH v1 0/2] tcg: Introduce probe_access() and return a host pointer |
Date: |
Wed, 28 Aug 2019 13:10:02 +0200 |
Let's return a host pointer from probe_access() if possible and provide
probe_access(). s390x will soon make use of probe_access() and use the
provided host pointer.
Based on tcg-next and "tcg: probe_write() refactorings".
Cc: Paolo Bonzini <address@hidden>
Cc: Riku Voipio <address@hidden>
David Hildenbrand (2):
tcg: Make probe_write() return a pointer to the host page
tcg: Factor out probe_write() logic into probe_access()
accel/tcg/cputlb.c | 60 +++++++++++++++++++++++++++++++----------
accel/tcg/user-exec.c | 27 +++++++++++++++----
include/exec/exec-all.h | 9 +++++--
3 files changed, 75 insertions(+), 21 deletions(-)
--
2.21.0
- [Qemu-devel] [PATCH v1 0/2] tcg: Introduce probe_access() and return a host pointer,
David Hildenbrand <=