summaryrefslogtreecommitdiffstats
path: root/include/exec
diff options
context:
space:
mode:
authorPranith Kumar2017-07-12 23:51:42 +0200
committerPaolo Bonzini2017-07-14 11:05:19 +0200
commit406bc339b0505fcfc2ffcbca1f05a3756e338a65 (patch)
treeb5e1443080dc8ac7f6ea78d58ed3d6082af12fe5 /include/exec
parentexec: use qemu_ram_ptr_length to access guest ram (diff)
downloadqemu-406bc339b0505fcfc2ffcbca1f05a3756e338a65.tar.gz
qemu-406bc339b0505fcfc2ffcbca1f05a3756e338a65.tar.xz
qemu-406bc339b0505fcfc2ffcbca1f05a3756e338a65.zip
Revert "exec.c: Fix breakpoint invalidation race"
Now that we have proper locking after MTTCG patches have landed, we can revert the commit. This reverts commit a9353fe897ca2687e5b3385ed39e3db3927a90e0. CC: Peter Maydell <peter.maydell@linaro.org> CC: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> Message-Id: <20170712215143.19594-1-bobby.prani@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/exec')
-rw-r--r--include/exec/exec-all.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h
index 8096d64a1d..bf8da2aa5a 100644
--- a/include/exec/exec-all.h
+++ b/include/exec/exec-all.h
@@ -290,6 +290,9 @@ static inline void tlb_flush_by_mmuidx_all_cpus_synced(CPUState *cpu,
uint16_t idxmap)
{
}
+static inline void tb_invalidate_phys_addr(AddressSpace *as, hwaddr addr)
+{
+}
#endif
#define CODE_GEN_ALIGN 16 /* must be >= of the size of a icache line */