Hi Anthony This patch series include: - rdma patches, were reviewed on list I had to add one s/migration_finish_state/migration_set_state/ - Fix real mode guest migration: At the end, paolo agreed this solution was good, everybody else agreed. - Missing chunk from autoconvergence. Comment was on the list, and what was missing was a comment.
Anthony, please apply. It passes virt-test migration tests. The following changes since commit 3464700f6aecb3e2aa9098839d90672d6b3fa974: tests: Add test-bitops.c with some sextract tests (2013-07-22 15:41:49 -0500) are available in the git repository at: git://github.com/juanquintela/qemu.git migration.next for you to fetch changes up to 9781c3716a4b529a2af64502926a57c11e69e6ca: migration: add autoconvergence documentation (2013-07-23 15:21:09 +0200) ---------------------------------------------------------------- Juan Quintela (1): migration: add autoconvergence documentation Michael R. Hines (8): rdma: update documentation to reflect new unpin support rdma: bugfix: ram_control_save_page() rdma: introduce ram_handle_compressed() rdma: core logic rdma: send pc.ram rdma: allow state transitions between other states besides ACTIVE rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state transition rdma: account for the time spent in MIG_STATE_SETUP through QMP Orit Wasserman (2): Fix real mode guest migration Fix real mode guest segments dpl value in savevm Makefile.objs | 1 + arch_init.c | 62 +- configure | 40 + docs/rdma.txt | 51 +- hmp.c | 4 + include/migration/migration.h | 7 + migration-rdma.c | 3249 +++++++++++++++++++++++++++++++++++++++++ migration.c | 50 +- qapi-schema.json | 12 +- savevm.c | 2 +- target-i386/machine.c | 36 + 11 files changed, 3467 insertions(+), 47 deletions(-) create mode 100644 migration-rdma.c