Re: [Qemu-devel] [PATCH 31/41] migration: Move postcopy stuff to postcopy-ram.c

2017-04-28 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Yes, we don't have a good place to put that stuff. > > Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert > --- > include/migration/migration.h | 25 - > migration/migration.c | 18 --

[Qemu-devel] [PATCH 31/41] migration: Move postcopy stuff to postcopy-ram.c

2017-04-25 Thread Juan Quintela
Yes, we don't have a good place to put that stuff. Signed-off-by: Juan Quintela --- include/migration/migration.h | 25 - migration/migration.c | 18 -- migration/postcopy-ram.c | 18 ++ migration/postcopy-ram.h | 26 +