diff options
author | Philippe Mathieu-Daudé | 2021-06-14 21:32:18 +0200 |
---|---|---|
committer | John Snow | 2021-06-25 14:53:28 +0200 |
commit | 72ea60e4114272f3030455c214e86bcf1c8a1a9e (patch) | |
tree | 3a477e5e8e36690f48981ae454a620c947a59cfe /MAINTAINERS | |
parent | hw/block/fdc: Declare shared prototypes in fdc-internal.h (diff) | |
download | qemu-72ea60e4114272f3030455c214e86bcf1c8a1a9e.tar.gz qemu-72ea60e4114272f3030455c214e86bcf1c8a1a9e.tar.xz qemu-72ea60e4114272f3030455c214e86bcf1c8a1a9e.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0dee966a31..12399d9903 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1672,6 +1672,7 @@ L: qemu-block@nongnu.org S: Supported F: hw/block/fdc.c F: hw/block/fdc-internal.h +F: hw/block/fdc-isa.c F: include/hw/block/fdc.h F: tests/qtest/fdc-test.c T: git https://gitlab.com/jsnow/qemu.git ide |