]> Git Repo - qemu.git/commit - exec.c
Make address_space_map() take a MemTxAttrs argument
authorPeter Maydell <[email protected]>
Thu, 31 May 2018 13:50:52 +0000 (14:50 +0100)
committerPeter Maydell <[email protected]>
Thu, 31 May 2018 15:32:35 +0000 (16:32 +0100)
commitf26404fbeef33ac8798d2541839f7873bbae91fd
treee284f31d535c59780adb912b78c9cbb6a73935c5
parentbc6b1cec84618bf977a451eac30ed1ee4c735963
Make address_space_map() take a MemTxAttrs argument

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

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Alex BennĂ©e <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-id: 20180521140402[email protected]
exec.c
include/exec/memory.h
include/sysemu/dma.h
target/ppc/mmu-hash64.c
This page took 0.02811 seconds and 4 git commands to generate.