From 2ddd605c108859ed1c29b9ad8ab35affbe7bc81f Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Fri, 2 Nov 2018 01:53:36 -0700 Subject: [PATCH] rtc: Turn off debug messages Debug messages got turned on when porting over XBOX RTC changes. It's quite noisy during startup, so keep them turned off by default. --- hw/timer/mc146818rtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/timer/mc146818rtc.c b/hw/timer/mc146818rtc.c index 0237487f95..ae9d03ed02 100644 --- a/hw/timer/mc146818rtc.c +++ b/hw/timer/mc146818rtc.c @@ -39,7 +39,7 @@ #include "hw/i386/apic.h" #endif -#define DEBUG_CMOS +//#define DEBUG_CMOS //#define DEBUG_COALESCED #ifdef DEBUG_CMOS