aboutsummaryrefslogtreecommitdiff
path: root/qemu-log.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2015-10-16 15:09:01 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2015-11-04 15:02:30 +0100
commitddcc8e9d51c415a7b7b2983c3552408d9a50be6e (patch)
tree0bb7acce7e0b1486bcd23292cdff31f02b0957a1 /qemu-log.c
parent6f94b7d97f7e0e486a70fb06b703442e2c04a29a (diff)
qemu-log: remove -d ioport
It was disabled at compile-time, and is now replaced by tracepoints. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-log.c')
-rw-r--r--qemu-log.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu-log.c b/qemu-log.c
index efd07c81ea..7cb01a802b 100644
--- a/qemu-log.c
+++ b/qemu-log.c
@@ -112,8 +112,6 @@ const QEMULogItem qemu_log_items[] = {
"x86 only: show protected mode far calls/returns/exceptions" },
{ CPU_LOG_RESET, "cpu_reset",
"show CPU state before CPU resets" },
- { CPU_LOG_IOPORT, "ioport",
- "show all i/o ports accesses" },
{ LOG_UNIMP, "unimp",
"log unimplemented functionality" },
{ LOG_GUEST_ERROR, "guest_errors",