On 10.06.2015 15:47, Kevin Wolf wrote:
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 managable than open-coding everything. Signed-off-by: Kevin Wolf <kw...@redhat.com> --- block.c | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-)
Reviewed-by: Max Reitz <mre...@redhat.com>