From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyX5S-0001gM-0e for qemu-devel@nongnu.org; Tue, 09 Dec 2014 21:33:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyX5L-0001RM-Rl for qemu-devel@nongnu.org; Tue, 09 Dec 2014 21:33:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyX5L-0001RG-Ky for qemu-devel@nongnu.org; Tue, 09 Dec 2014 21:33:03 -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 sBA2X1Os026840 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 9 Dec 2014 21:33:02 -0500 Date: Wed, 10 Dec 2014 08:02:55 +0530 From: Amit Shah Message-ID: <20141210023255.GC6189@grmbl.mre> References: <1418127333-5160-1-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1418127333-5160-1-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/4] More migration file cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, quintela@redhat.com On (Tue) 09 Dec 2014 [12:15:29], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > This is a small set of patches that shuffle migration code > around, but doesn't change the behaviour: > > 1) Move a lot of the migration source into a separate 'migration' directory > Note this moves a lot of files around, git format-patch -M -B spots the > renames > 2) Now they're in a migration directory, rename them to remove the migration- > 3) Split the 'struct QEMUFile' out into a private header > Because the QEMU Buffered file code wants to access fields, and it's about > to be in a separate file from QEMUFile. > 4) Split the QEMU buffered file code out in the same way as the stdio and > unix/socket code has been split out. > > Dave > > v2: > Also move block-migration.c > Shorten file names now they're all in the migration/ directory Reviewed-by: Amit Shah Applied to my tree. Can you also send a patch to update MAINTAINERS for the new locations? Thanks, Amit