mbox series

[v3,0/2] Fix savevm/loadvm after postcopy migration

Message ID 20171116223527.4499-1-danielhb@linux.vnet.ibm.com
Headers show
Series Fix savevm/loadvm after postcopy migration | expand

Message

Daniel Henrique Barboza Nov. 16, 2017, 10:35 p.m. UTC
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