qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] Fix savevm/loadvm after postcopy migration
@ 2017-11-16 22:35 Daniel Henrique Barboza
  2017-11-16 22:35 ` [Qemu-devel] [PATCH v3 1/2] migration/ram.c: do not set 'postcopy_running' in POSTCOPY_INCOMING_END Daniel Henrique Barboza
  2017-11-16 22:35 ` [Qemu-devel] [PATCH v3 2/2] tests/qemu-iotests: adding savevm/loadvm with postcopy flag test Daniel Henrique Barboza
  0 siblings, 2 replies; 11+ messages in thread
From: Daniel Henrique Barboza @ 2017-11-16 22:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: Daniel Henrique Barboza

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-12-04 15:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-16 22:35 [Qemu-devel] [PATCH v3 0/2] Fix savevm/loadvm after postcopy migration Daniel Henrique Barboza
2017-11-16 22:35 ` [Qemu-devel] [PATCH v3 1/2] migration/ram.c: do not set 'postcopy_running' in POSTCOPY_INCOMING_END Daniel Henrique Barboza
2017-11-16 22:35 ` [Qemu-devel] [PATCH v3 2/2] tests/qemu-iotests: adding savevm/loadvm with postcopy flag test Daniel Henrique Barboza
2017-11-17 13:24   ` Cleber Rosa
2017-11-17 13:41     ` Daniel Henrique Barboza
2017-12-01 20:13   ` Max Reitz
2017-12-03 20:13     ` Daniel Henrique Barboza
2017-12-04 14:50       ` Max Reitz
2017-12-04 15:01         ` Daniel Henrique Barboza
2017-12-04 15:06           ` Max Reitz
2017-12-04 15:15             ` Daniel Henrique Barboza

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).