]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
Make MemoryRegion valid.accepts callback take a MemTxAttrs argument
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 31 May 2018 13:50:52 +0000 (14:50 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 31 May 2018 15:32:35 +0000 (16:32 +0100)
commit8372d383279f772a8727ca7ee5f288cecb175c7b
tree86a668e61dc0be07839d154886360f06526e99f9
parent6d7b9a6c3bd21bba95203abd1ed9a572688822ae
Make MemoryRegion valid.accepts callback take a MemTxAttrs argument

As part of plumbing MemTxAttrs down to the IOMMU translate method,
add MemTxAttrs as an argument to the MemoryRegion valid.accepts
callback. We'll need this for subpage_accepts().

We could take the approach we used with the read and write
callbacks and add new a new _with_attrs version, but since there
are so few implementations of the accepts hook we just change
them all.

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-9-peter.maydell@linaro.org
exec.c
hw/hppa/dino.c
hw/nvram/fw_cfg.c
hw/scsi/esp.c
hw/xen/xen_pt_msi.c
include/exec/memory.h
memory.c