]> git.proxmox.com Git - qemu.git/blobdiff - exec.c
primitive ioport debug - /dev/rtc fast timer support (needed for better simulation...
[qemu.git] / exec.c
diff --git a/exec.c b/exec.c
index f6d5396fab52b85de4bb85d77b367ef82ea86a8c..441c5626f7af8775a19b6769bc2e914e274963d8 100644 (file)
--- 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 },
 };