From: Stefan Hajnoczi Date: Wed, 29 Apr 2015 14:13:27 +0000 (+0100) Subject: MAINTAINERS: make block I/O path Stefan Hajnoczi's responsibility X-Git-Tag: v2.4.0-rc0~152^2~4 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d55053b16e22d46db0d98819814a31ae5c33e2c7;p=qemu-xen-unstable.git MAINTAINERS: make block I/O path Stefan Hajnoczi's responsibility 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 Signed-off-by: Kevin Wolf --- diff --git a/MAINTAINERS b/MAINTAINERS index 9cd876130f..9e1413e2cc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -774,12 +774,9 @@ Block M: Kevin Wolf M: Stefan Hajnoczi 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 +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 L: qemu-block@nongnu.org