qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Daniel Henrique Barboza
Subject: [Qemu-devel] [PATCH v3 0/2] Fix savevm/loadvm after postcopy migration
Date: Thu, 16 Nov 2017 20:35:25 -0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]