docs/devel/migration.rst | 14 ++ hmp.c | 15 ++ migration/migration.c | 51 ++++- migration/migration.h | 13 ++ migration/postcopy-ram.c | 268 +++++++++++++++++++++++++- migration/qemu-file.c | 43 ++++- migration/qemu-file.h | 6 +- migration/ram.c | 482 ++++++++++++++++++++++++++++------------------- migration/trace-events | 6 +- qapi/migration.json | 17 +- tests/migration-test.c | 16 ++ 11 files changed, 716 insertions(+), 215 deletions(-)