Re: [Qemu-devel] [PATCH 1/3] iotests: Move migration helpers to iotests.py

2019-08-01 Thread Max Reitz
On 01.08.19 17:17, Kevin Wolf wrote: > 234 implements functions that are useful for doing migration between two > VMs. Move them to iotests.py so that other test cases can use them, too. > > Signed-off-by: Kevin Wolf > --- > tests/qemu-iotests/234| 30 +++--- > te

[Qemu-devel] [PATCH 1/3] iotests: Move migration helpers to iotests.py

2019-08-01 Thread Kevin Wolf
234 implements functions that are useful for doing migration between two VMs. Move them to iotests.py so that other test cases can use them, too. Signed-off-by: Kevin Wolf --- tests/qemu-iotests/234| 30 +++--- tests/qemu-iotests/iotests.py | 16