diff options
author | BALATON Zoltan <balaton@eik.bme.hu> | 2025-04-23 12:11:25 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-04-25 17:00:42 +0200 |
commit | 8cd3b84c8aa8d22c130377ac65e2aac7151a8d27 (patch) | |
tree | 34d42ea08d82a1030c546ab2787089fb275994a3 | |
parent | aca4967567aaa168ce51d54145ba970aafb135de (diff) | |
download | qemu-8cd3b84c8aa8d22c130377ac65e2aac7151a8d27.zip qemu-8cd3b84c8aa8d22c130377ac65e2aac7151a8d27.tar.gz qemu-8cd3b84c8aa8d22c130377ac65e2aac7151a8d27.tar.bz2 |
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 <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>
-rw-r--r-- | hw/intc/i8259.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hw/intc/i8259.c b/hw/intc/i8259.c index 2359dd8..b6f96bf 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; |