]> git.proxmox.com Git - mirror_qemu.git/commit - block/vvfat.c
vvfat.c: handle cross_driver's create_options and create_opts
authorChunyan Liu <cyliu@suse.com>
Thu, 5 Jun 2014 09:20:52 +0000 (17:20 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 16 Jun 2014 09:23:20 +0000 (17:23 +0800)
commitfacdbb0272402618b6ca3b306a933e56dc4085c5
treeeaa851e146cd740ed1d029b831e048cbf414ce50
parent83d0521a1e35989b0cb7235aef48455fedda3ca4
vvfat.c: handle cross_driver's create_options and create_opts

vvfat shares create options of qcow driver. To avoid vvfat breaking when
qcow driver changes from QEMUOptionParameter to QemuOpts, let it able
to handle both cases.

Signed-off-by: Chunyan Liu <cyliu@suse.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/vvfat.c