diff options
author | 2014-03-05 22:41:36 +0100 | |
---|---|---|
committer | 2014-03-06 16:18:01 +0100 | |
commit | cd5d031e75751838fb40f7b5a5f60fc15d543c55 (patch) | |
tree | decbec9693865a316ead103f172b4780e14c408d /util/qemu-thread-posix.c | |
parent | block: mirror - remove code cruft that has no function (diff) | |
download | qemu-cd5d031e75751838fb40f7b5a5f60fc15d543c55.tar.xz qemu-cd5d031e75751838fb40f7b5a5f60fc15d543c55.zip |
block: Keep "filename" option after parsing
Currently, bdrv_file_open() always removes the "filename" option from
the options QDict after bdrv_parse_filename() has been (successfully)
called. However, for drivers with bdrv_needs_filename, it makes more
sense for bdrv_parse_filename() to overwrite the "filename" option and
for bdrv_file_open() to fetch the filename from there.
Since there currently are no drivers that implement
bdrv_parse_filename() and have bdrv_needs_filename set, this does not
change current behavior.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'util/qemu-thread-posix.c')
0 files changed, 0 insertions, 0 deletions