[Qemu-devel] [PATCH v3 0/2] Fix savevm/loadvm after postcopy migration

Daniel Henrique Barboza posted 2 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171116223527.4499-1-danielhb@linux.vnet.ibm.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
migration/ram.c            |  16 ++++++-
tests/qemu-iotests/198     | 110 +++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/198.out |  20 +++++++++
tests/qemu-iotests/group   |   1 +
4 files changed, 145 insertions(+), 2 deletions(-)
create mode 100755 tests/qemu-iotests/198
create mode 100644 tests/qemu-iotests/198.out
[Qemu-devel] [PATCH v3 0/2] Fix savevm/loadvm after postcopy migration
Posted by Daniel Henrique Barboza 6 years, 4 months ago
v3:
- patch 1: added 'Reported-by' info in the commit msg. No code
changes were made.
- patch 2 *new*: a new qemu-iotest that verifies the behavior
fixed in patch1.

v2:
- added helper functions to simplify the code

Daniel Henrique Barboza (2):
  migration/ram.c: do not set 'postcopy_running' in
    POSTCOPY_INCOMING_END
  tests/qemu-iotests: adding savevm/loadvm with postcopy flag test

 migration/ram.c            |  16 ++++++-
 tests/qemu-iotests/198     | 110 +++++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/198.out |  20 +++++++++
 tests/qemu-iotests/group   |   1 +
 4 files changed, 145 insertions(+), 2 deletions(-)
 create mode 100755 tests/qemu-iotests/198
 create mode 100644 tests/qemu-iotests/198.out

-- 
2.13.6