mbox series

[v4,0/1] savevm/loadvm with postcopy flag qemu-iotest

Message ID 20171204151741.14485-1-danielhb@linux.vnet.ibm.com
Headers show
Series savevm/loadvm with postcopy flag qemu-iotest | expand

Message

Daniel Henrique Barboza Dec. 4, 2017, 3:17 p.m. UTC
Changes from v3:
- rebased with master - file name changed from 198 to 201
- removed Creator/owner information (it can be retrieved with git)
- added a migration successful check before executing savevm
- removed a trailing double comma in the snapshot name


Daniel Henrique Barboza (1):
  tests/qemu-iotests: adding savevm/loadvm with postcopy flag test

 tests/qemu-iotests/201     | 116 +++++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/201.out |  23 +++++++++
 tests/qemu-iotests/group   |   1 +
 3 files changed, 140 insertions(+)
 create mode 100755 tests/qemu-iotests/201
 create mode 100644 tests/qemu-iotests/201.out