Re: [Qemu-devel] [PATCH 08/41] migration: Move page_cache.c to migration/

2017-05-04 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > It is only used by migration, so move it there. > > Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert > --- > Makefile.objs | 1 - > migration/Makefile.objs | 2 +- > page_cache

[Qemu-devel] [PATCH 08/41] migration: Move page_cache.c to migration/

2017-04-25 Thread Juan Quintela
It is only used by migration, so move it there. Signed-off-by: Juan Quintela --- Makefile.objs | 1 - migration/Makefile.objs | 2 +- page_cache.c => migration/page_cache.c| 0 {include/migration => migration}/page_cache.h | 0 tests/