Re: [Qemu-devel] [PATCH V6 09/10] Use QemuOpts support in block layer

2012-12-03 Thread Stefan Hajnoczi
On Fri, Nov 23, 2012 at 8:47 AM, Dong Xu Wang wrote: > This patch will use QemuOpts related functions in block layer, add > a member bdrv_create_options to BlockDriver struct, it will return > a QemuOptsList pointer, which includes the image format's create > options. > > And create options's prim

[Qemu-devel] [PATCH V6 09/10] Use QemuOpts support in block layer

2012-11-22 Thread Dong Xu Wang
This patch will use QemuOpts related functions in block layer, add a member bdrv_create_options to BlockDriver struct, it will return a QemuOptsList pointer, which includes the image format's create options. And create options's primary consumer is block creating related functions, so modify them