commit | 32b089808f125470b3563bf4209c2301fa35c58e | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Mar 18 18:31:13 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon Mar 19 11:15:01 2012 +0200 |
tree | 142d2e2362a6fe8a4265caa7287600f4b88dba2f | |
parent | 7859cc6e39bf86f890bb1c72fd9ba41deb6ce2e7 [diff] |
memory: check for watchpoints when getting code ram_addr The code to get the ram_addr from a (tlb entry, vaddr) pair checks that the resulting memory is not MMIO, but neglects to check whether the region is hidden by a watchpoint page. Add the missing check. Signed-off-by: Avi Kivity <avi@redhat.com>