From: BALATON Zoltan Date: Wed, 23 Apr 2025 10:11:25 +0000 (+0200) Subject: hw/intc/i8259: Remove unused DEBUG_PIC define X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8cd3b84c8aa8d22c130377ac65e2aac7151a8d27;p=thirdparty%2Fqemu.git hw/intc/i8259: Remove unused DEBUG_PIC define 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 Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Mark Cave-Ayland Message-ID: <20250423101125.B243A55C592@zero.eik.bme.hu> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/hw/intc/i8259.c b/hw/intc/i8259.c index 2359dd8253..b6f96bf208 100644 --- a/hw/intc/i8259.c +++ b/hw/intc/i8259.c @@ -32,10 +32,7 @@ #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;