From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYbBX-0007qg-Rp for qemu-devel@nongnu.org; Tue, 31 Jan 2017 11:21:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYbBU-0000iH-5c for qemu-devel@nongnu.org; Tue, 31 Jan 2017 11:21:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45174) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cYbBT-0000iD-Vl for qemu-devel@nongnu.org; Tue, 31 Jan 2017 11:21:32 -0500 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 31 Jan 2017 20:20:42 +0400 Message-Id: <20170131162122.29408-2-marcandre.lureau@redhat.com> In-Reply-To: <20170131162122.29408-1-marcandre.lureau@redhat.com> References: <20170131162122.29408-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 01/41] MAINTAINERS: add myself to qemu-char.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= I consider to have enough experience with qemu-char to propose myself as maintainer. This will allow me to send pull request without waiting for Paolo. Signed-off-by: Marc-Andr=C3=A9 Lureau Acked-by: Paolo Bonzini --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index e0be7bc0d4..5efd8cc671 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1194,6 +1194,7 @@ T: git git://github.com/jnsnow/qemu.git bitmaps =20 Character device backends M: Paolo Bonzini +M: Marc-Andr=C3=A9 Lureau S: Maintained F: qemu-char.c F: backends/msmouse.c --=20 2.11.0.295.gd7dffce1c.dirty