From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Upecc-0008Q7-Ho for qemu-devel@nongnu.org; Thu, 20 Jun 2013 09:09:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpecW-00089V-Ci for qemu-devel@nongnu.org; Thu, 20 Jun 2013 09:09:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpecW-00089Q-5m for qemu-devel@nongnu.org; Thu, 20 Jun 2013 09:09:48 -0400 Date: Thu, 20 Jun 2013 16:10:29 +0300 From: "Michael S. Tsirkin" Message-ID: <1371730033-5554-9-git-send-email-mst@redhat.com> References: <1371730033-5554-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1371730033-5554-1-git-send-email-mst@redhat.com> Subject: [Qemu-devel] [PULL 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