]> git.proxmox.com Git - mirror_qemu.git/commit
hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 14 Jun 2021 19:32:18 +0000 (21:32 +0200)
committerJohn Snow <jsnow@redhat.com>
Fri, 25 Jun 2021 12:53:28 +0000 (08:53 -0400)
commit72ea60e4114272f3030455c214e86bcf1c8a1a9e
tree3a477e5e8e36690f48981ae454a620c947a59cfe
parent5a5d2f3d260a5c3a2f00675c90744c0903fed116
hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c

Some machines use floppy controllers via the SysBus interface,
and don't need to pull in all the ISA code.
Extract the ISA specific code to a new unit: fdc-isa.c, and
add a new Kconfig symbol: "FDC_ISA".
This allows us to remove the FIXME from commit dd0ff8191ab
("isa: express SuperIO dependencies with Kconfig").

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-5-philmd@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
MAINTAINERS
hw/block/Kconfig
hw/block/fdc-isa.c [new file with mode: 0644]
hw/block/fdc.c
hw/block/meson.build
hw/i386/Kconfig
hw/isa/Kconfig
hw/sparc64/Kconfig