Hi This do: - split ram migration bits from arch_init.c into migration/ram.c - move savevm.c into migration/ - add myself to the copyright list of that files if you feel your name should be there, jsut sent one patch
- to spot changes easily, I reduce the include mess for arch_init.c and migratio/ram.c in a separate patch. I have been aggresive here, but it complies on x86_64 and x86 linux, cross compiles for w32 and w64, so, we should be quite good. Please, review. Thanks, Juan. Juan Quintela (4): migration: move ram stuff to migration/ram migration: move savevm.c inside migration/ migration: Add myself to the copyright list of both files movement: reduce include files MAINTAINERS | 2 - Makefile.target | 3 +- arch_init.c | 1795 ++-------------------------------------- include/migration/migration.h | 2 + include/sysemu/arch_init.h | 1 - migration/ram.c | 1671 +++++++++++++++++++++++++++++++++++++ savevm.c => migration/savevm.c | 4 + trace-events | 4 +- 8 files changed, 1752 insertions(+), 1730 deletions(-) create mode 100644 migration/ram.c rename savevm.c => migration/savevm.c (99%) -- 2.4.0