From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZIY-00072b-BO for qemu-devel@nongnu.org; Tue, 21 Oct 2014 09:16:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgZIT-0002p8-OR for qemu-devel@nongnu.org; Tue, 21 Oct 2014 09:16:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16610) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZIT-0002oL-HR for qemu-devel@nongnu.org; Tue, 21 Oct 2014 09:16:21 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9LDGJKq029667 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 21 Oct 2014 09:16:20 -0400 Received: from playground.com (ovpn-112-84.ams2.redhat.com [10.36.112.84]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9LDGISC011034 for ; Tue, 21 Oct 2014 09:16:18 -0400 From: Paolo Bonzini Date: Tue, 21 Oct 2014 15:16:16 +0200 Message-Id: <1413897376-5301-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH] 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 bbe5044..54467f1 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/ @@ -201,6 +202,7 @@ F: target-s390x/kvm.c F: hw/intc/s390_flic.[hc] X86 +M: Paolo Bonzini M: Marcelo Tosatti L: kvm@vger.kernel.org S: Supported -- 1.8.3.1