summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-06-14 21:32:17 +0200
committerJohn Snow2021-06-25 14:53:28 +0200
commit5a5d2f3d260a5c3a2f00675c90744c0903fed116 (patch)
tree0377105f25ceb955ef1a36ba836208083ce70e1a /MAINTAINERS
parenthw/block/fdc: Replace disabled fprintf() by trace event (diff)
downloadqemu-5a5d2f3d260a5c3a2f00675c90744c0903fed116.tar.gz
qemu-5a5d2f3d260a5c3a2f00675c90744c0903fed116.tar.xz
qemu-5a5d2f3d260a5c3a2f00675c90744c0903fed116.zip
hw/block/fdc: Declare shared prototypes in fdc-internal.h
We want to extract ISA/SysBus code from the generic fdc.c file. First, declare the prototypes we will access from the new units into a new local header: "fdc-internal.h". 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-4-philmd@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 3443d2a5b5..0dee966a31 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1671,6 +1671,7 @@ M: John Snow <jsnow@redhat.com>
L: qemu-block@nongnu.org
S: Supported
F: hw/block/fdc.c
+F: hw/block/fdc-internal.h
F: include/hw/block/fdc.h
F: tests/qtest/fdc-test.c
T: git https://gitlab.com/jsnow/qemu.git ide