Re: [Qemu-devel] [PATCH for-2.9] block/curl: Prefer URL in options over filename

2016-11-27 Thread Fam Zheng
On Sun, 11/27 00:54, Max Reitz wrote: > Currently, the curl block driver will replace any URL specified through > the options QDict by a filename, if one has been given. However, the > options QDict should generally take precedence, which is implemented by > this patch. > > Signed-off-by: Max Reit

[Qemu-devel] [PATCH for-2.9] block/curl: Prefer URL in options over filename

2016-11-26 Thread Max Reitz
Currently, the curl block driver will replace any URL specified through the options QDict by a filename, if one has been given. However, the options QDict should generally take precedence, which is implemented by this patch. Signed-off-by: Max Reitz --- Not really critical, so getting this into 2