mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
hw/block/fdc: Replace disabled fprintf() by trace event
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>
This commit is contained in:
parent
5886844e0d
commit
fbb11567fb
2 changed files with 2 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue