From patchwork Wed Oct 15 08:34:50 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juan Quintela X-Patchwork-Id: 399806 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 7C15114008E for ; Wed, 15 Oct 2014 19:35:29 +1100 (EST) Received: from localhost ([::1]:42791 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeK3M-0001Kn-1c for incoming@patchwork.ozlabs.org; Wed, 15 Oct 2014 04:35:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeK2z-00010B-Ra for qemu-devel@nongnu.org; Wed, 15 Oct 2014 04:35:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XeK2v-00055K-Lg for qemu-devel@nongnu.org; Wed, 15 Oct 2014 04:35:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeK2v-00054V-Eo for qemu-devel@nongnu.org; Wed, 15 Oct 2014 04:35:01 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9F8Z02h012778 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 15 Oct 2014 04:35:00 -0400 Received: from elfo.com (ovpn-116-77.ams2.redhat.com [10.36.116.77]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9F8Yx1x004773; Wed, 15 Oct 2014 04:34:59 -0400 From: Juan Quintela To: qemu-devel@nongnu.org Date: Wed, 15 Oct 2014 10:34:50 +0200 Message-Id: <1413362090-27821-1-git-send-email-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Juan Quintela Subject: [Qemu-devel] [PATCH] Add Migration maintainer X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Juan Quintela Signed-off-by: Juan Quintela Reviewed-by: Amit Shah --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 206bf7e..9fc0b54 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -865,6 +865,15 @@ M: Blue Swirl S: Odd Fixes F: scripts/checkpatch.pl +Migration +M: Juan Quintela +S: Maintained +F: include/migration/ +F: migration* +F: savevm.c +F: arch_init.c +F: vmstate.c + Seccomp M: Eduardo Otubo S: Supported