Required for read watchpoints.

Signed-off-by: Jan Kiszka <[EMAIL PROTECTED]>
---
 qemu/softmmu_template.h |    1 +
 1 file changed, 1 insertion(+)

Index: b/qemu/softmmu_template.h
===================================================================
--- a/qemu/softmmu_template.h
+++ b/qemu/softmmu_template.h
@@ -64,6 +64,7 @@ static inline DATA_TYPE glue(io_read, SU
         cpu_io_recompile(env, retaddr);
     }
 
+    env->mem_io_vaddr = addr;
 #if SHIFT <= 2
     res = io_mem_read[index][SHIFT](io_mem_opaque[index], physaddr);
 #else

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to