This patchset fixes the migration of sPAPR radix guests. Changes in v3: -------------- - Dropped the patch that made h_register_process_table flags global as it is not required with the changed logic. - The post load logic is now same for both TCG as well as KVM radix guests. Also ensured that radix and future v3 hash migration post load is treated similarly. - Ensure TCG Radix guest migration isn't broken.
v2: https://lists.gnu.org/archive/html/qemu-devel/2017-05/msg04491.html Bharata B Rao (3): migration: Introduce unregister_savevm_live() spapr: Unregister HPT savevm handlers for radix guests spapr: Fix migration of Radix guests hw/ppc/spapr.c | 111 +++++++++++++++++++++++++------------------- include/hw/ppc/spapr.h | 2 + include/migration/vmstate.h | 1 + migration/savevm.c | 17 ++++++- 4 files changed, 80 insertions(+), 51 deletions(-) -- 2.7.4