hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c
commit1430759ec3e4cb92da224d739c914a0e8d78d786
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 14 Jun 2021 19:32:19 +0000 (14 21:32 +0200)
committerJohn Snow <jsnow@redhat.com>
Fri, 25 Jun 2021 12:53:28 +0000 (25 08:53 -0400)
tree0d8028029dbc23a250cf0789b7c55b0320d6c7c6
parent72ea60e4114272f3030455c214e86bcf1c8a1a9e
hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c

Some machines use floppy controllers via the SysBus interface,
and don't need to pull in all the SysBus code.
Extract the SysBus specific code to a new unit: fdc-sysbus.c,
and add a new Kconfig symbol: "FDC_SYSBUS".

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-6-philmd@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
MAINTAINERS
hw/block/Kconfig
hw/block/fdc-sysbus.c [new file with mode: 0644]
hw/block/fdc.c
hw/block/meson.build
hw/block/trace-events
hw/mips/Kconfig
hw/sparc/Kconfig