|
@@ -34,6 +34,7 @@ static inline bool qemu_log_enabled(void)
|
|
#define CPU_LOG_IOPORT (1 << 7)
|
|
#define CPU_LOG_IOPORT (1 << 7)
|
|
#define CPU_LOG_TB_CPU (1 << 8)
|
|
#define CPU_LOG_TB_CPU (1 << 8)
|
|
#define CPU_LOG_RESET (1 << 9)
|
|
#define CPU_LOG_RESET (1 << 9)
|
|
|
|
+#define LOG_UNIMP (1 << 10)
|
|
|
|
|
|
/* Returns true if a bit is set in the current loglevel mask
|
|
/* Returns true if a bit is set in the current loglevel mask
|
|
*/
|
|
*/
|