commit | a54c87b68a0410d0cf6f8b84e42074a5cf463732 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Jan 21 14:15:05 2016 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Jan 21 14:15:05 2016 +0000 |
tree | 5624221d5795a305436e7169701124d168963db3 | |
parent | d7898cda81b6efa6b2d7a749882695cdcf280eaa [diff] |
exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS Pass the MemTxAttrs for the memory access to iotlb_to_region(); this allows it to determine the correct AddressSpace to use for the lookup. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>