[Qemu-devel] [PATCH 03/27] qcow2: Let qcow2_create() handle protocol layer

2018-02-08 Thread Kevin Wolf
Currently, qcow2_create() only parses the QemuOpts and then calls qcow2_create2() for the actual image creation, which includes both the creation of the actual file on the file system and writing a valid empty qcow2 image into that file. The plan is that qcow2_create2() becomes the function that i

Re: [Qemu-devel] [PATCH 03/27] qcow2: Let qcow2_create() handle protocol layer

2018-02-09 Thread Max Reitz
On 2018-02-08 20:23, Kevin Wolf wrote: > Currently, qcow2_create() only parses the QemuOpts and then calls > qcow2_create2() for the actual image creation, which includes both the > creation of the actual file on the file system and writing a valid empty > qcow2 image into that file. > > The plan