From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyfHh-0006cf-L8 for qemu-devel@nongnu.org; Wed, 10 Dec 2014 06:18:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyfHb-0001AS-H9 for qemu-devel@nongnu.org; Wed, 10 Dec 2014 06:18:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyfHa-0001AC-SA for qemu-devel@nongnu.org; Wed, 10 Dec 2014 06:18:15 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBABIEjr025573 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 10 Dec 2014 06:18:14 -0500 Date: Wed, 10 Dec 2014 16:48:08 +0530 From: Amit Shah Message-ID: <20141210111808.GF27208@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 Thanks, Reviewed-by: Amit Shah Amit