From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrVcq-00034i-Ds for qemu-devel@nongnu.org; Tue, 25 Jun 2013 11:57:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrVcm-0007ue-UO for qemu-devel@nongnu.org; Tue, 25 Jun 2013 11:57:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrVM6-0001tF-P1 for qemu-devel@nongnu.org; Tue, 25 Jun 2013 11:40:31 -0400 Date: Tue, 25 Jun 2013 18:41:10 +0300 From: "Michael S. Tsirkin" Message-ID: <1372174719-6564-9-git-send-email-mst@redhat.com> References: <1372174719-6564-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1372174719-6564-1-git-send-email-mst@redhat.com> Subject: [Qemu-devel] [PULL v2 08/21] MAINTAINERS: s/Marcelo/Paolo/ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Peter A. G. Crosthwaite" , Peter Maydell , =?us-ascii?B?PT9VVEYtOD9xP0FuZHJlYXM9MjBGPUMzPUE0cmJlcj89?= , Stefan Hajnoczi , Alexander Graf Marcelo doesn't maintain kvm anymore, Paolo is taking over the job. Update MAINTAINERS to stop flooding Marcelo with mail. Signed-off-by: Michael S. Tsirkin --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3412b07..f329406 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -155,7 +155,7 @@ Guest CPU Cores (KVM): Overall M: Gleb Natapov -M: Marcelo Tosatti +M: Paolo Bonzini L: kvm@vger.kernel.org S: Supported F: kvm-* -- MST