From patchwork Mon Jul 18 07:19:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fam Zheng X-Patchwork-Id: 649356 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rtF2R4b3wz9s6r for ; Mon, 18 Jul 2016 17:20:47 +1000 (AEST) Received: from localhost ([::1]:44858 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP2r6-00080Z-Hb for incoming@patchwork.ozlabs.org; Mon, 18 Jul 2016 03:20:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP2qN-0007eO-Jf for qemu-devel@nongnu.org; Mon, 18 Jul 2016 03:20:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bP2qJ-0008BT-ET for qemu-devel@nongnu.org; Mon, 18 Jul 2016 03:19:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP2qJ-0008B5-8a for qemu-devel@nongnu.org; Mon, 18 Jul 2016 03:19:55 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 412A737E71 for ; Mon, 18 Jul 2016 07:19:54 +0000 (UTC) Received: from ad.usersys.redhat.com (dhcp-14-122.nay.redhat.com [10.66.14.122]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u6I7Jp9v023851; Mon, 18 Jul 2016 03:19:53 -0400 From: Fam Zheng To: qemu-devel@nongnu.org Date: Mon, 18 Jul 2016 15:19:47 +0800 Message-Id: <1468826387-10473-1-git-send-email-famz@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Mon, 18 Jul 2016 07:19:54 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] MAINTAINERS: Add include/block/aio.h to block I/O path section X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: stefanha@redhat.com, mreitz@redhat.com Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" This file is actually the header for async.c and aio-*.c., so add it to the same section. Suggested-by: Max Reitz Signed-off-by: Fam Zheng Reviewed-by: Max Reitz --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 1d0e2c3..83e0f13 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1027,6 +1027,7 @@ F: async.c F: aio-*.c F: block/io.c F: migration/block* +F: include/block/aio.h T: git git://github.com/stefanha/qemu.git block Block Jobs