Re: [Qemu-devel] [PATCH 08/41] migration: Move page_cache.c to migration/
* 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/
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/