Re: [Qemu-devel] [PATCH v23 14/32] vvfat.c: handle cross_driver's create_options and create_opts

2014-03-25 Thread Leandro Dorileo
On Fri, Mar 21, 2014 at 06:12:25PM +0800, Chunyan Liu wrote: > vvfat shares create options of qcow driver. To avoid vvfat broken when > qcow driver changes from QEMUOptionParameter to QemuOpts, let it able > to handle both cases. > > Signed-off-by: Chunyan Liu > --- > block/vvfat.c | 19

[Qemu-devel] [PATCH v23 14/32] vvfat.c: handle cross_driver's create_options and create_opts

2014-03-21 Thread Chunyan Liu
vvfat shares create options of qcow driver. To avoid vvfat broken when qcow driver changes from QEMUOptionParameter to QemuOpts, let it able to handle both cases. Signed-off-by: Chunyan Liu --- block/vvfat.c | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a