commit | 9b890bdcb6ec11868da92c1daeb51c69d9483da8 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Jan 15 19:02:40 2019 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Mar 08 12:26:46 2019 +0100 |
tree | e7fb121b3926df08996f7bb4c437ae6abf7f1a03 | |
parent | dcc98687f82b8a8d58d0eb7bc15c95d28f35708f [diff] |
qcow2: Store data file name in the image Rather than requiring that the external data file node is passed explicitly when creating the qcow2 node, store the filename in the designated header extension during .bdrv_create and read it from there as a default during .bdrv_open. Signed-off-by: Kevin Wolf <kwolf@redhat.com>