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
This commit is contained in:
bellard 2004-05-12 19:11:15 +00:00
parent 8cd0ac2fe1
commit fd872598d8
3 changed files with 88 additions and 6 deletions

2
exec.c
View file

@ -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 },
};