Skip to content

Commit

Permalink
MAINTAINERS: make block I/O path Stefan Hajnoczi's responsibility
Browse files Browse the repository at this point in the history
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 <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
  • Loading branch information
stefanhaRH authored and kevmw committed Apr 30, 2015
1 parent e7c6e63 commit d55053b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions MAINTAINERS
Expand Up @@ -774,19 +774,26 @@ Block
M: Kevin Wolf <kwolf@redhat.com>
M: Stefan Hajnoczi <stefanha@redhat.com>
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/
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 <stefanha@redhat.com>
L: qemu-block@nongnu.org
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 <jcody@redhat.com>
L: qemu-block@nongnu.org
Expand Down

0 comments on commit d55053b

Please sign in to comment.