summaryrefslogtreecommitdiff
path: root/exec.c
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 /exec.c
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 'exec.c')
-rw-r--r--exec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/exec.c b/exec.c
index f6d5396fab..441c5626f7 100644
--- a/exec.c
+++ b/exec.c
@@ -1131,6 +1131,8 @@ CPULogItem cpu_log_items[] = {
{ CPU_LOG_PCALL, "pcall",
"show protected mode far calls/returns/exceptions" },
#endif
+ { CPU_LOG_IOPORT, "ioport",
+ "show all i/o ports accesses" },
{ 0, NULL, NULL },
};