Searched hist:"035 fccdf7993a5b9a40f9dec22a663d4d6edb36b" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | block.c | diff 035fccdf7993a5b9a40f9dec22a663d4d6edb36b Tue Apr 09 07:34:19 CDT 2013 Kevin Wolf <kwolf@redhat.com> block: Enable filename option
This allows using the file.filename option instead of the string that comes from -drive file=... and is passed around as a separate parameter. The goal is to get rid of this parameter and use the options QDict more consistently.
With this option you can access not only the top-level image, but specify a filename for the backing file (currently only if no backing file exists, but we'll allow overriding it later)
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
|