aboutsummaryrefslogtreecommitdiffstats
path: root/exec-all.h
diff options
context:
space:
mode:
authorDavid Turner <digit@android.com>2010-09-09 22:54:36 +0200
committerDavid 'Digit' Turner <digit@android.com>2010-09-13 00:30:34 -0700
commit6a9ef1773bf874dea493ff3861782a1e577b67dd (patch)
tree18cb2addd19195710b8860077ed9bfbef8ad44a5 /exec-all.h
parent0c0b2b4e96b030854987b16a779e30a3741d3b0d (diff)
downloadexternal_qemu-6a9ef1773bf874dea493ff3861782a1e577b67dd.zip
external_qemu-6a9ef1773bf874dea493ff3861782a1e577b67dd.tar.gz
external_qemu-6a9ef1773bf874dea493ff3861782a1e577b67dd.tar.bz2
upstream: move timer management code to qemu-timer.c
Diffstat (limited to 'exec-all.h')
-rw-r--r--exec-all.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/exec-all.h b/exec-all.h
index df818ba..d2cadd4 100644
--- a/exec-all.h
+++ b/exec-all.h
@@ -406,6 +406,7 @@ static inline target_ulong get_phys_addr_code(CPUState *env1, target_ulong addr)
return qemu_ram_addr_from_host(p);
}
+#if 0
/* Deterministic execution requires that IO only be performed on the last
instruction of a TB so that interrupts take effect immediately. */
static inline int can_do_io(CPUState *env)
@@ -420,6 +421,7 @@ static inline int can_do_io(CPUState *env)
return env->can_do_io != 0;
}
#endif
+#endif /* 0 */
#ifdef CONFIG_KQEMU
#define KQEMU_MODIFY_PAGE_MASK (0xff & ~(VGA_DIRTY_FLAG | CODE_DIRTY_FLAG))