From: "Michael R. Hines" <mrhi...@us.ibm.com> Changes: - Per request, basic (compile-time-enabled) unpin support is available, but turned off by default.
Michael R. Hines (6): rdma: update documentation to reflect new unpin support rdma: introduce ram_handle_compressed() rdma: core logic 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 Makefile.objs | 1 + arch_init.c | 29 +- configure | 29 + docs/rdma.txt | 23 +- hmp.c | 4 + include/migration/migration.h | 7 + migration-rdma.c | 2976 +++++++++++++++++++++++++++++++++++++++++ migration.c | 48 +- qapi-schema.json | 9 +- 9 files changed, 3094 insertions(+), 32 deletions(-) create mode 100644 migration-rdma.c -- 1.7.10.4