diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-10-16 15:09:01 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-11-04 15:02:30 +0100 |
commit | ddcc8e9d51c415a7b7b2983c3552408d9a50be6e (patch) | |
tree | 0bb7acce7e0b1486bcd23292cdff31f02b0957a1 /qemu-log.c | |
parent | 6f94b7d97f7e0e486a70fb06b703442e2c04a29a (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.c | 2 |
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", |