On (Tue) 09 Dec 2014 [12:15:29], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> > > 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 <amit.s...@redhat.com> Applied to my tree. Can you also send a patch to update MAINTAINERS for the new locations? Thanks, Amit