From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xim05-0004sy-7t for qemu-devel@nongnu.org; Mon, 27 Oct 2014 11:14:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xim00-0001jX-Mh for qemu-devel@nongnu.org; Mon, 27 Oct 2014 11:14:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xim00-0001jO-GV for qemu-devel@nongnu.org; Mon, 27 Oct 2014 11:14:24 -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 s9RFEOHh016523 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 27 Oct 2014 11:14:24 -0400 Received: from playground.com (ovpn-112-47.ams2.redhat.com [10.36.112.47]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9RFDlxj025351 for ; Mon, 27 Oct 2014 11:14:23 -0400 From: Paolo Bonzini Date: Mon, 27 Oct 2014 16:13:35 +0100 Message-Id: <1414422825-6166-19-git-send-email-pbonzini@redhat.com> In-Reply-To: <1414422825-6166-1-git-send-email-pbonzini@redhat.com> References: <1414422825-6166-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 18/28] MAINTAINERS: add myself for X86 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Still not moving it beyond "Odd fixes". Richard Henderson also has reviewed a bunch of X86 TCG patches, so add him as well. All we want is to avoid that patches fall on the floor. Signed-off-by: Paolo Bonzini --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6535842..6519d67 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -149,7 +149,8 @@ F: target-unicore32/ F: hw/unicore32/ X86 -M: qemu-devel@nongnu.org +M: Paolo Bonzini +M: Richard Henderson S: Odd Fixes F: target-i386/ F: hw/i386/ @@ -203,6 +204,7 @@ F: hw/intc/s390_flic_kvm.c F: include/hw/s390x/s390_flic.h X86 +M: Paolo Bonzini M: Marcelo Tosatti L: kvm@vger.kernel.org S: Supported -- 1.8.3.1