From patchwork Wed Dec 10 11:03:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Dr. David Alan Gilbert" X-Patchwork-Id: 419597 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 825F014009B for ; Wed, 10 Dec 2014 22:26:47 +1100 (AEDT) Received: from localhost ([::1]:44950 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyfPp-0003yT-5g for incoming@patchwork.ozlabs.org; Wed, 10 Dec 2014 06:26:45 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyf3r-0007So-Ts for qemu-devel@nongnu.org; Wed, 10 Dec 2014 06:04:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xyf3l-0003fn-Q3 for qemu-devel@nongnu.org; Wed, 10 Dec 2014 06:04:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyf3l-0003fa-Hc for qemu-devel@nongnu.org; Wed, 10 Dec 2014 06:03:57 -0500 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 sBAB3usr002874 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 10 Dec 2014 06:03:57 -0500 Received: from dgilbert-t530.redhat.com (ovpn-116-59.ams2.redhat.com [10.36.116.59]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sBAB3so4010755; Wed, 10 Dec 2014 06:03:55 -0500 From: "Dr. David Alan Gilbert (git)" To: qemu-devel@nongnu.org Date: Wed, 10 Dec 2014 11:03:54 +0000 Message-Id: <1418209434-5218-1-git-send-email-dgilbert@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: amit.shah@redhat.com, famz@redhat.com, quintela@redhat.com Subject: [Qemu-devel] [PATCH 1/1] MAINTAINERS: Update for migrated migration code 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: "Dr. David Alan Gilbert" My previous patches migrated the migration code into migration/ but didn't update MAINTAINERS. Note that does mean that the owner for block-migration.c changes, but I'll ask block people what they want to do. Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index bcb69e8..fc6e23b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -930,7 +930,7 @@ Migration M: Juan Quintela S: Maintained F: include/migration/ -F: migration* +F: migration/ F: savevm.c F: arch_init.c F: vmstate.c