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
diff --git a/exec.c b/exec.c index f6d5396..441c562 100644 --- a/exec.c +++ b/exec.c
@@ -1131,6 +1131,8 @@ { 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 }, };