qemu-e2k/block
Kevin Wolf 6963a30d82 block: Introduce .bdrv_parse_filename callback
If a driver needs structured data and not just a string, it can provide
a .bdrv_parse_filename callback now that parses the command line string
into separate options. Keeping this separate from .bdrv_open_filename
ensures that the preferred way of directly specifying the options always
works as well if parsing the string works.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2013-03-22 17:51:32 +01:00
..
blkdebug.c block: Add options QDict to bdrv_file_open() prototypes 2013-03-22 17:51:31 +01:00
blkverify.c block: Add options QDict to bdrv_file_open() prototypes 2013-03-22 17:51:31 +01:00
bochs.c block: Add options QDict to .bdrv_open() 2013-03-15 16:07:49 +01:00
cloop.c block: Add options QDict to .bdrv_open() 2013-03-15 16:07:49 +01:00
commit.c
cow.c block: Add options QDict to bdrv_file_open() prototypes 2013-03-22 17:51:31 +01:00
curl.c block: Add options QDict to bdrv_file_open() prototypes 2013-03-22 17:51:31 +01:00
dmg.c block: Add options QDict to .bdrv_open() 2013-03-15 16:07:49 +01:00
gluster.c block: Add options QDict to bdrv_file_open() prototypes 2013-03-22 17:51:31 +01:00
iscsi.c block: Add options QDict to bdrv_file_open() prototypes 2013-03-22 17:51:31 +01:00
linux-aio.c
Makefile.objs
mirror.c
nbd.c block: Introduce .bdrv_parse_filename callback 2013-03-22 17:51:32 +01:00
parallels.c block: Add options QDict to .bdrv_open() 2013-03-15 16:07:49 +01:00
qcow2-cache.c
qcow2-cluster.c qcow2: make is_allocated return true for zero clusters 2013-03-15 16:07:50 +01:00
qcow2-refcount.c qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount() 2013-03-15 16:07:50 +01:00
qcow2-snapshot.c qcow2: flush in qcow2_update_snapshot_refcount() 2013-03-15 16:07:50 +01:00
qcow2.c block: Add options QDict to bdrv_file_open() prototypes 2013-03-22 17:51:31 +01:00
qcow2.h qcow2: Fix segfault in qcow2_invalidate_cache 2013-03-19 11:48:36 +01:00
qcow.c block: Add options QDict to bdrv_file_open() prototypes 2013-03-22 17:51:31 +01:00
qed-check.c
qed-cluster.c
qed-gencb.c
qed-l2-cache.c
qed-table.c
qed.c block: Add options QDict to bdrv_file_open() prototypes 2013-03-22 17:51:31 +01:00
qed.h
raw-aio.h
raw-posix.c block: Add options QDict to bdrv_file_open() prototypes 2013-03-22 17:51:31 +01:00
raw-win32.c threadpool: drop global thread pool 2013-03-15 16:07:51 +01:00
raw.c block: Add options QDict to .bdrv_open() 2013-03-15 16:07:49 +01:00
rbd.c
sheepdog.c block: Add options QDict to bdrv_file_open() prototypes 2013-03-22 17:51:31 +01:00
stream.c
vdi.c block: Add options QDict to .bdrv_open() 2013-03-15 16:07:49 +01:00
vmdk.c block: Add options QDict to bdrv_file_open() prototypes 2013-03-22 17:51:31 +01:00
vpc.c block: Add options QDict to .bdrv_open() 2013-03-15 16:07:49 +01:00
vvfat.c block: Add options QDict to bdrv_file_open() prototypes 2013-03-22 17:51:31 +01:00
win32-aio.c