summaryrefslogtreecommitdiff
path: root/cpu-all.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-05-12 19:11:15 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-05-12 19:11:15 +0000
commitfd872598d8d8cf78c1f12ed9661baf9ac0943c04 (patch)
tree2699a5a1e4c74e9478de874de8a9fdec6c706f9c /cpu-all.h
parent8cd0ac2fe108f77027415063c145e9baa54b153d (diff)
downloadqemu-fd872598d8d8cf78c1f12ed9661baf9ac0943c04.tar.gz
primitive ioport debug - /dev/rtc fast timer support (needed for better simulation accuracy with Linux 2.4)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@799 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-all.h')
-rw-r--r--cpu-all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu-all.h b/cpu-all.h
index 145059cc18..6ee93dc390 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -636,6 +636,7 @@ target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr);
#define CPU_LOG_INT (1 << 4)
#define CPU_LOG_EXEC (1 << 5)
#define CPU_LOG_PCALL (1 << 6)
+#define CPU_LOG_IOPORT (1 << 7)
/* define log items */
typedef struct CPULogItem {