]> Git Repo - qemu.git/commitdiff
MAINTAINERS: make block I/O path Stefan Hajnoczi's responsibility
authorStefan Hajnoczi <[email protected]>
Wed, 29 Apr 2015 14:13:27 +0000 (15:13 +0100)
committerKevin Wolf <[email protected]>
Thu, 30 Apr 2015 13:11:33 +0000 (15:11 +0200)
The block I/O path includes the asynchronous I/O machinery and
read/write/flush/discard processing.  It somewhat arbitrarily also
includes block migration, which I've found myself reviewing patches for
over the years.

Signed-off-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
MAINTAINERS

index 9cd876130f4312851c2ccd9690b7c4dd75dc75d5..9e1413e2cc5dfeb7ac4d1c43cf4cf6ea6030ee9f 100644 (file)
@@ -774,12 +774,9 @@ Block
 M: Kevin Wolf <[email protected]>
 M: Stefan Hajnoczi <[email protected]>
 S: Supported
-F: async.c
-F: aio-*.c
 F: block*
 F: block/
 F: hw/block/
-F: migration/block*
 F: qemu-img*
 F: qemu-io*
 F: tests/image-fuzzer/
@@ -787,6 +784,16 @@ F: tests/qemu-iotests/
 T: git git://repo.or.cz/qemu/kevin.git block
 T: git git://github.com/stefanha/qemu.git block
 
+Block I/O path
+M: Stefan Hajnoczi <[email protected]>
+S: Supported
+F: async.c
+F: aio-*.c
+F: block/io.c
+F: migration/block*
+T: git git://github.com/stefanha/qemu.git block
+
 Block Jobs
 M: Jeff Cody <[email protected]>
This page took 0.027229 seconds and 4 git commands to generate.