From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZFw-0005th-63 for qemu-devel@nongnu.org; Tue, 21 Oct 2014 09:13:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgZFr-0001VT-BZ for qemu-devel@nongnu.org; Tue, 21 Oct 2014 09:13:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZFr-0001VM-40 for qemu-devel@nongnu.org; Tue, 21 Oct 2014 09:13:39 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9LDDbCa030471 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 21 Oct 2014 09:13:38 -0400 Received: from playground.com (ovpn-112-84.ams2.redhat.com [10.36.112.84]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9LDDZpe000361 for ; Tue, 21 Oct 2014 09:13:36 -0400 From: Paolo Bonzini Date: Tue, 21 Oct 2014 15:13:34 +0200 Message-Id: <1413897214-5104-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH] MAINTAINERS: grab more files from Anthony's pile List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I am picking up character devices and the main loop, as agreed during QEMU Summit. Signed-off-by: Paolo Bonzini --- MAINTAINERS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 206bf7e..bbe5044 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -716,6 +716,7 @@ T: git git://github.com/stefanha/qemu.git block Character Devices M: Anthony Liguori +M: Paolo Bonzini S: Maintained F: qemu-char.c @@ -776,7 +777,10 @@ F: ui/cocoa.m Main loop M: Anthony Liguori -S: Supported +M: Paolo Bonzini +S: Maintained +F: main-loop.c +F: qemu-timer.c F: vl.c Human Monitor (HMP) -- 1.8.3.1