Re: [Qemu-devel] [PATCH v2 0/2] tcg: Introduce probe_access() and return a host pointer

2019-08-30 Thread Richard Henderson
On 8/30/19 3:09 AM, David Hildenbrand wrote: > 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 point

[Qemu-devel] [PATCH v2 0/2] tcg: Introduce probe_access() and return a host pointer

2019-08-30 Thread David Hildenbrand
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: Fact