]> Git Repo - qemu.git/commitdiff
MAINTAINERS: Add jsnow as IDE maintainer
authorJohn Snow <[email protected]>
Thu, 5 Mar 2015 04:37:55 +0000 (23:37 -0500)
committerKevin Wolf <[email protected]>
Tue, 10 Mar 2015 13:02:24 +0000 (14:02 +0100)
It has been proposed that the block layer be split up into smaller,
more manageable portions to help speed up the review and merging of
block layer patches.

As part of this process, I propose that I take over the IDE, ATA, ATAPI
and FD devices.

As we split out the block layer, we will begin using the qemu-block
mailing list as a catchall for all of the block layer subcomponents.
Please CC [email protected] for all block layer patches, including
any that touch the IDE/Floppy devices.

Signed-off-by: John Snow <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
MAINTAINERS

index 8c06739ff973e0fac4fe43ca9eeb707cba17dfed..d7c55b926bf0719437e36d050e32d53defcaf040 100644 (file)
@@ -605,11 +605,25 @@ S: Maintained
 F: hw/misc/edu.c
 
 IDE
-M: Kevin Wolf <kwolf@redhat.com>
-M: Stefan Hajnoczi <[email protected]>
-S: Odd Fixes
+M: John Snow <jsnow@redhat.com>
+S: Supported
 F: include/hw/ide.h
 F: hw/ide/
+F: hw/block/block.c
+F: hw/block/cdrom.c
+F: hw/block/hd-geometry.c
+F: tests/ide-test.c
+F: tests/ahci-test.c
+T: git git://github.com/jnsnow/qemu.git ide
+
+Floppy
+M: John Snow <[email protected]>
+S: Supported
+F: hw/block/fdc.c
+F: include/hw/block/fdc.h
+T: git git://github.com/jnsnow/qemu.git ide
 
 OMAP
 M: Peter Maydell <[email protected]>
This page took 0.027788 seconds and 4 git commands to generate.