qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-block] [PULL 3/7] MAINTAINERS: make block I/O path Stefan Hajnoczi


From: Kevin Wolf
Subject: [Qemu-block] [PULL 3/7] MAINTAINERS: make block I/O path Stefan Hajnoczi's responsibility
Date: Thu, 30 Apr 2015 21:10:12 +0200

From: Stefan Hajnoczi <address@hidden>

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 <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>
---
 MAINTAINERS | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9cd8761..9e1413e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -774,12 +774,9 @@ Block
 M: Kevin Wolf <address@hidden>
 M: Stefan Hajnoczi <address@hidden>
 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 <address@hidden>
+L: address@hidden
+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 <address@hidden>
 L: address@hidden
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]