[Qemu-devel] [PATCH 0/4] Block migration (migrate -b) fixes

Kevin Wolf posted 4 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1495548064-10926-1-git-send-email-kwolf@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
block/block-backend.c      |   2 +-
migration/block.c          |  22 +++++++--
migration/migration.c      |  12 +++--
tests/qemu-iotests/183     | 121 +++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/183.out |  48 ++++++++++++++++++
tests/qemu-iotests/group   |   1 +
6 files changed, 195 insertions(+), 11 deletions(-)
create mode 100755 tests/qemu-iotests/183
create mode 100644 tests/qemu-iotests/183.out
[Qemu-devel] [PATCH 0/4] Block migration (migrate -b) fixes
Posted by Kevin Wolf 6 years, 11 months ago
Kevin Wolf (4):
  block: Fix anonymous BBs in blk_root_inactivate()
  migration: Inactivate images after .save_live_complete_precopy()
  migration/block: Clean up BBs in block_save_complete()
  qemu-iotests: Block migration test

 block/block-backend.c      |   2 +-
 migration/block.c          |  22 +++++++--
 migration/migration.c      |  12 +++--
 tests/qemu-iotests/183     | 121 +++++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/183.out |  48 ++++++++++++++++++
 tests/qemu-iotests/group   |   1 +
 6 files changed, 195 insertions(+), 11 deletions(-)
 create mode 100755 tests/qemu-iotests/183
 create mode 100644 tests/qemu-iotests/183.out

-- 
1.8.3.1


Re: [Qemu-devel] [PATCH 0/4] Block migration (migrate -b) fixes
Posted by Fam Zheng 6 years, 11 months ago
On Tue, 05/23 16:01, Kevin Wolf wrote:
> Kevin Wolf (4):
>   block: Fix anonymous BBs in blk_root_inactivate()
>   migration: Inactivate images after .save_live_complete_precopy()
>   migration/block: Clean up BBs in block_save_complete()
>   qemu-iotests: Block migration test

Reviewed-by: Fam Zheng <famz@redhat.com>