From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyyyW-0005Us-Lu for qemu-devel@nongnu.org; Thu, 11 Dec 2014 03:19:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyyyP-0001mN-I3 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 03:19:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyyyP-0001mI-AT for qemu-devel@nongnu.org; Thu, 11 Dec 2014 03:19:45 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBB8JeHg030690 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 11 Dec 2014 03:19:44 -0500 Date: Thu, 11 Dec 2014 12:51:50 +0530 From: Amit Shah Message-ID: <20141211071737.GH27208@grmbl.mre> References: <1418209434-5218-1-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1418209434-5218-1-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/1] MAINTAINERS: Update for migrated migration code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: famz@redhat.com, qemu-devel@nongnu.org, quintela@redhat.com On (Wed) 10 Dec 2014 [11:03:54], Dr. David Alan Gilbert (git) wrote: > 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 > --- > 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 vmstate.c needs to be removed from here; I'll do that myself in the pull req. Amit