Make address_space_access_valid() take a MemTxAttrs argument
commitfddffa426894e3dae339d113c98a2979026bb6d3
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 31 May 2018 13:50:52 +0000 (31 14:50 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 31 May 2018 15:32:35 +0000 (31 16:32 +0100)
tree08f89170a3c0eeadf0a9d2a9e59482f674822b9c
parentf26404fbeef33ac8798d2541839f7873bbae91fd
Make address_space_access_valid() take a MemTxAttrs argument

As part of plumbing MemTxAttrs down to the IOMMU translate method,
add MemTxAttrs as an argument to address_space_access_valid().
Its callers either have an attrs value to hand, or don't care
and can use MEMTXATTRS_UNSPECIFIED.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180521140402.23318-6-peter.maydell@linaro.org
exec.c
include/exec/memory.h
include/sysemu/dma.h
target/s390x/diag.c
target/s390x/excp_helper.c
target/s390x/mmu_helper.c
target/s390x/sigp.c