diff options
author | Philippe Mathieu-Daudé | 2021-06-14 21:32:19 +0200 |
---|---|---|
committer | John Snow | 2021-06-25 14:53:28 +0200 |
commit | 1430759ec3e4cb92da224d739c914a0e8d78d786 (patch) | |
tree | 0d8028029dbc23a250cf0789b7c55b0320d6c7c6 /MAINTAINERS | |
parent | hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c (diff) | |
download | qemu-1430759ec3e4cb92da224d739c914a0e8d78d786.tar.gz qemu-1430759ec3e4cb92da224d739c914a0e8d78d786.tar.xz qemu-1430759ec3e4cb92da224d739c914a0e8d78d786.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 12399d9903..7ab02764b2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1673,6 +1673,7 @@ S: Supported F: hw/block/fdc.c F: hw/block/fdc-internal.h F: hw/block/fdc-isa.c +F: hw/block/fdc-sysbus.c F: include/hw/block/fdc.h F: tests/qtest/fdc-test.c T: git https://gitlab.com/jsnow/qemu.git ide |