Hi Here are the patches that were reviewed and had no comments: Not changes for the ones posted, just rebased to be sure that there were no problem with merging (there weren't).
- Huge memory series (Juan Quintela) - All that was not XBRLE (Orit) form orit series - missing check for host_from_stream_offset (Orit) Anthony, Please pull. The following changes since commit 7a0bac4da9c6a2e36d388412f3b4074b10429e8e: Add a memory barrier to DMA functions (2012-06-27 16:33:26 -0500) are available in the git repository at: http://repo.or.cz/r/qemu/quintela.git migration-anthony for you to fetch changes up to a6b61e393908b0d7110d9fab9bfda7b12457bc80: Maintain the number of dirty pages (2012-06-28 15:34:37 +0200) ---------------------------------------------------------------- Isaku Yamahata (1): Add MigrationParams structure Juan Quintela (8): Add spent time for migration Add tracepoints for savevm section start/end No need to iterate if we already are over the limit Only TCG needs TLB handling Only calculate expected_time for stage 2 Exit loop if we have been there too long dirty bitmap: abstract its use Maintain the number of dirty pages Orit Wasserman (4): Add missing check for host_from_stream_offset return value for RAM_SAVE_FLAG_PAGE Add save_block_hdr function Add debugging infrastructure Add migration_end function arch_init.c | 110 +++++++++++++++++++++++++++++++++++------------------ block-migration.c | 8 ++-- cpu-all.h | 1 + exec-obsolete.h | 50 ++++++++++++++---------- exec.c | 34 +++++++++++------ hmp.c | 2 + migration.c | 24 +++++++++--- migration.h | 9 ++++- qapi-schema.json | 12 ++++-- qemu-common.h | 1 + savevm.c | 24 ++++++++++-- sysemu.h | 3 +- trace-events | 5 +++ vmstate.h | 2 +- 14 files changed, 197 insertions(+), 88 deletions(-) Isaku Yamahata (1): Add MigrationParams structure Juan Quintela (8): Add spent time for migration Add tracepoints for savevm section start/end No need to iterate if we already are over the limit Only TCG needs TLB handling Only calculate expected_time for stage 2 Exit loop if we have been there too long dirty bitmap: abstract its use Maintain the number of dirty pages Orit Wasserman (4): Add missing check for host_from_stream_offset return value for RAM_SAVE_FLAG_PAGE Add save_block_hdr function Add debugging infrastructure Add migration_end function arch_init.c | 110 +++++++++++++++++++++++++++++++++++------------------ block-migration.c | 8 ++-- cpu-all.h | 1 + exec-obsolete.h | 50 ++++++++++++++---------- exec.c | 34 +++++++++++------ hmp.c | 2 + migration.c | 24 +++++++++--- migration.h | 9 ++++- qapi-schema.json | 12 ++++-- qemu-common.h | 1 + savevm.c | 24 ++++++++++-- sysemu.h | 3 +- trace-events | 5 +++ vmstate.h | 2 +- 14 files changed, 197 insertions(+), 88 deletions(-) -- 1.7.10.2