hw/block/fdc: Replace disabled fprintf() by trace event
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 14 Jun 2021 19:32:16 +0000 (21:32 +0200)
committerJohn Snow <jsnow@redhat.com>
Fri, 25 Jun 2021 12:53:28 +0000 (08:53 -0400)
Reviewed-by: John Snow <jsnow@redhat.com>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20210614193220.2007159-3-philmd@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
hw/block/fdc.c
hw/block/trace-events

index a825c2acbae85a989eb509d3d83c5eb0ec85e057..1d3a047367850e1a43811063d32826dc80c05abd 100644 (file)
@@ -1242,12 +1242,7 @@ static void fdctrl_external_reset_isa(DeviceState *d)
 
 static void fdctrl_handle_tc(void *opaque, int irq, int level)
 {
-    //FDCtrl *s = opaque;
-
-    if (level) {
-        // XXX
-        FLOPPY_DPRINTF("TC pulsed\n");
-    }
+    trace_fdctrl_tc_pulse(level);
 }
 
 /* Change IRQ state */
index 70bed9ddb75555892dc71b1b8866ef533013b8c9..6a0d973805db86d0735edc7b24b217d21c8de178 100644 (file)
@@ -3,6 +3,7 @@
 # fdc.c
 fdc_ioport_read(uint8_t reg, uint8_t value) "read reg 0x%02x val 0x%02x"
 fdc_ioport_write(uint8_t reg, uint8_t value) "write reg 0x%02x val 0x%02x"
+fdctrl_tc_pulse(int level) "TC pulse: %u"
 
 # pflash_cfi01.c
 # pflash_cfi02.c