From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnSkK-0000E9-7J for qemu-devel@nongnu.org; Wed, 29 Apr 2015 10:13:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnSkH-0005cb-Km for qemu-devel@nongnu.org; Wed, 29 Apr 2015 10:13:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnSkH-0005bm-EP for qemu-devel@nongnu.org; Wed, 29 Apr 2015 10:13:49 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t3TEDl13031928 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 29 Apr 2015 10:13:48 -0400 From: Stefan Hajnoczi Date: Wed, 29 Apr 2015 15:13:27 +0100 Message-Id: <1430316809-10892-4-git-send-email-stefanha@redhat.com> In-Reply-To: <1430316809-10892-1-git-send-email-stefanha@redhat.com> References: <1430316809-10892-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 3/5] MAINTAINERS: make block I/O path Stefan Hajnoczi's responsibility List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi 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 --- 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 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 -- 2.1.0