[Qemu-devel] [PATCH 0/3] migration: Call blk_resume_after_migration() for postcopy

Kevin Wolf posted 3 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1492104214-29994-1-git-send-email-kwolf@redhat.com
Test checkpatch failed
Test docker passed
Test s390x passed
There is a newer version of this series
migration/savevm.c               |   8 +++
tests/qemu-iotests/028.out       |   2 +-
tests/qemu-iotests/130.out       |   4 +-
tests/qemu-iotests/181           | 117 +++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/181.out       |  38 +++++++++++++
tests/qemu-iotests/common.filter |   7 +++
tests/qemu-iotests/common.qemu   |   4 +-
tests/qemu-iotests/group         |   1 +
8 files changed, 176 insertions(+), 5 deletions(-)
create mode 100755 tests/qemu-iotests/181
create mode 100644 tests/qemu-iotests/181.out
[Qemu-devel] [PATCH 0/3] migration: Call blk_resume_after_migration() for postcopy
Posted by Kevin Wolf 7 years ago
This fixes one of the bugs that made us disable the op blocker assertions for
the 2.9 release.

Kevin Wolf (3):
  migration: Call blk_resume_after_migration() for postcopy
  qemu-iotests: Filter HMP readline escape characters
  qemu-iotests: Test postcopy migration

 migration/savevm.c               |   8 +++
 tests/qemu-iotests/028.out       |   2 +-
 tests/qemu-iotests/130.out       |   4 +-
 tests/qemu-iotests/181           | 117 +++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/181.out       |  38 +++++++++++++
 tests/qemu-iotests/common.filter |   7 +++
 tests/qemu-iotests/common.qemu   |   4 +-
 tests/qemu-iotests/group         |   1 +
 8 files changed, 176 insertions(+), 5 deletions(-)
 create mode 100755 tests/qemu-iotests/181
 create mode 100644 tests/qemu-iotests/181.out

-- 
1.8.3.1