mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
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>
This commit is contained in:
parent
6f94b7d97f
commit
ddcc8e9d51
2 changed files with 0 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue