]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x: Use void* for haddr in S390Access
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 9 Jan 2023 20:18:52 +0000 (12:18 -0800)
committerThomas Huth <thuth@redhat.com>
Mon, 27 Feb 2023 08:15:39 +0000 (09:15 +0100)
commitbebc8ade7014ca1f8afbc9d1bd297460f2e88461
tree3149cfded60725dd59aeffac26eba3a1857b2ece
parent7ba5da818a73048a9a2e4949bb971708b2f4259c
target/s390x: Use void* for haddr in S390Access

The interface from probe_access_flags is void*, and matching
that will be helpful.  We already rely on the gcc extension
for byte arithmetic on void*.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20230109201856.3916639-4-richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/tcg/mem_helper.c