]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_write
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Jan 2016 14:15:06 +0000 (14:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Jan 2016 14:15:06 +0000 (14:15 +0000)
commit79ed0416477440ccb6acf136d6808a4f5848bbdf
treed167eb7b631107717ccde16c24057280d1fe5349
parent5232e4c798ba7a46261d3157b73d08fc598e7dcb
exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_write

In the watchpoint access routines watch_mem_read and watch_mem_write,
find the correct AddressSpace to use from current_cpu and the memory
transaction attributes, rather than always assuming address_space_memory.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
exec.c