Re: [Qemu-devel] [PATCH 2/7] qemu-iotests: Enable write tests for parallels

2018-03-12 Thread Jeff Cody
On Fri, Mar 09, 2018 at 10:46:06PM +0100, Kevin Wolf wrote: > Originally we added parallels as a read-only format to qemu-iotests > where we did just some tests with a binary image. Since then, write and > image creation support has been added to the driver, so we can now > enable it in _supported_

Re: [Qemu-devel] [PATCH 2/7] qemu-iotests: Enable write tests for parallels

2018-03-12 Thread Max Reitz
On 2018-03-09 22:46, Kevin Wolf wrote: > Originally we added parallels as a read-only format to qemu-iotests > where we did just some tests with a binary image. Since then, write and > image creation support has been added to the driver, so we can now > enable it in _supported_fmt generic. > > The

[Qemu-devel] [PATCH 2/7] qemu-iotests: Enable write tests for parallels

2018-03-09 Thread Kevin Wolf
Originally we added parallels as a read-only format to qemu-iotests where we did just some tests with a binary image. Since then, write and image creation support has been added to the driver, so we can now enable it in _supported_fmt generic. The driver doesn't support migration yet, though, so w