qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] tcg: Introduce probe_access() and return a host pointer
@ 2019-08-30 10:09 David Hildenbrand
  2019-08-30 10:09 ` [Qemu-devel] [PATCH v2 1/2] tcg: Make probe_write() return a pointer to the host page David Hildenbrand
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: David Hildenbrand @ 2019-08-30 10:09 UTC (permalink / raw)
  To: qemu-devel
  Cc: Thomas Huth, Riku Voipio, David Hildenbrand, Cornelia Huck,
	qemu-s390x, Paolo Bonzini, Richard Henderson

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.

v1 -> v2:
- Rebased to tcg-next
- "tcg: Make probe_write() return a pointer to the host page"
-- Rephrase documentation
- "tcg: Factor out probe_write() logic into probe_access()"
-- Don't check the MMU index

Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Riku Voipio <riku.voipio@iki.fi>

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   | 28 ++++++++++++++-----
 include/exec/exec-all.h |  9 +++++--
 3 files changed, 75 insertions(+), 22 deletions(-)

-- 
2.21.0



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-08-30 15:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-30 10:09 [Qemu-devel] [PATCH v2 0/2] tcg: Introduce probe_access() and return a host pointer David Hildenbrand
2019-08-30 10:09 ` [Qemu-devel] [PATCH v2 1/2] tcg: Make probe_write() return a pointer to the host page David Hildenbrand
2019-08-30 15:16   ` Richard Henderson
2019-08-30 10:09 ` [Qemu-devel] [PATCH v2 2/2] tcg: Factor out probe_write() logic into probe_access() David Hildenbrand
2019-08-30 15:20   ` Richard Henderson
2019-08-30 15:29 ` [Qemu-devel] [PATCH v2 0/2] tcg: Introduce probe_access() and return a host pointer Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).