]> git.proxmox.com Git - mirror_qemu.git/commit - cputlb.c
exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Jan 2016 14:15:05 +0000 (14:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Jan 2016 14:15:05 +0000 (14:15 +0000)
commita54c87b68a0410d0cf6f8b84e42074a5cf463732
tree5624221d5795a305436e7169701124d168963db3
parentd7898cda81b6efa6b2d7a749882695cdcf280eaa
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>
cputlb.c
exec.c
include/exec/exec-all.h
softmmu_template.h