Searched hist:"18 edf289a8951f3a48caff3b5fe17f2d414c2924" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | block.c | diff 18edf289a8951f3a48caff3b5fe17f2d414c2924 Tue Apr 07 10:12:56 CDT 2015 Kevin Wolf <kwolf@redhat.com> block: Use QemuOpts in bdrv_open_common()
Instead of manually parsing options and then deleting them from the options QDict, just use QemuOpts like most other places that deal with block device options.
More options will be added there and then QemuOpts is a lot more manageable than open-coding everything.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
|