summaryrefslogtreecommitdiffstats
path: root/include/qemu
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 /include/qemu
parent6f94b7d97f7e0e486a70fb06b703442e2c04a29a (diff)
downloadhqemu-ddcc8e9d51c415a7b7b2983c3552408d9a50be6e.zip
hqemu-ddcc8e9d51c415a7b7b2983c3552408d9a50be6e.tar.gz
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 'include/qemu')
-rw-r--r--include/qemu/log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/log.h b/include/qemu/log.h
index 7de4500..362cbc4 100644
--- a/include/qemu/log.h
+++ b/include/qemu/log.h
@@ -35,7 +35,6 @@ static inline bool qemu_log_enabled(void)
#define CPU_LOG_INT (1 << 4)
#define CPU_LOG_EXEC (1 << 5)
#define CPU_LOG_PCALL (1 << 6)
-#define CPU_LOG_IOPORT (1 << 7)
#define CPU_LOG_TB_CPU (1 << 8)
#define CPU_LOG_RESET (1 << 9)
#define LOG_UNIMP (1 << 10)
OpenPOWER on IntegriCloud