]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/intc/i8259: Remove unused DEBUG_PIC define
authorBALATON Zoltan <balaton@eik.bme.hu>
Wed, 23 Apr 2025 10:11:25 +0000 (12:11 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 25 Apr 2025 15:00:42 +0000 (17:00 +0200)
The debug printfs were converted to traces so this define is now unused.

Fixes: 0880a87300 (i8259: convert DPRINTFs into trace)
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Message-ID: <20250423101125.B243A55C592@zero.eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/intc/i8259.c

index 2359dd82534ff5e248e6d8cff5f6e36c722be5bb..b6f96bf208cadcf022df0f1131d1ce1a1c374d71 100644 (file)
 #include "trace.h"
 #include "qom/object.h"
 
-/* debug PIC */
-//#define DEBUG_PIC
-
-//#define DEBUG_IRQ_LATENCY
+/*#define DEBUG_IRQ_LATENCY*/
 
 #define TYPE_I8259 "isa-i8259"
 typedef struct PICClass PICClass;