From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeKK5-0004D4-UL for qemu-devel@nongnu.org; Tue, 22 Sep 2015 05:57:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeKK4-0002pT-Qq for qemu-devel@nongnu.org; Tue, 22 Sep 2015 05:57:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeKK4-0002pE-Bb for qemu-devel@nongnu.org; Tue, 22 Sep 2015 05:57:16 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 060E7C02C030 for ; Tue, 22 Sep 2015 09:57:16 +0000 (UTC) From: Paolo Bonzini Date: Tue, 22 Sep 2015 11:56:49 +0200 Message-Id: <1442915813-21059-11-git-send-email-pbonzini@redhat.com> In-Reply-To: <1442915813-21059-1-git-send-email-pbonzini@redhat.com> References: <1442915813-21059-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 10/14] MAINTAINERS: add maintainer for character device front-ends List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com Only "Odd Fixes" status, but let's add a point of contact. Signed-off-by: Paolo Bonzini --- MAINTAINERS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 366d763..0580fb9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -732,6 +732,11 @@ F: hw/ppc/e500* F: hw/pci-host/ppce500.c F: hw/net/fsl_etsec/ +Character devices +M: Paolo Bonzini +S: Odd Fixes +F: hw/char/ + SCSI M: Paolo Bonzini S: Supported @@ -916,7 +921,7 @@ F: block/qapi.c F: qapi/block*.json T: git git://repo.or.cz/qemu/armbru.git block-next -Character Devices +Character device backends M: Paolo Bonzini S: Maintained F: qemu-char.c -- 2.5.0