Re: [Qemu-devel] [PATCH] raw: Disable probing if image format is given by driver-specific options

2018-01-22 Thread Lin Ma
On 01/23/2018 12:45 AM, Max Reitz wrote: On 2018-01-22 08:21, Lin Ma wrote: If the user specifies image format through driver-specific options, The format probing should be prohibited and the warning message should not be printed. e.g.: $ qemu-system-x86_64 ... -drive

Re: [Qemu-devel] [PATCH] raw: Disable probing if image format is given by driver-specific options

2018-01-22 Thread Max Reitz
On 2018-01-22 08:21, Lin Ma wrote: > If the user specifies image format through driver-specific options, The > format probing should be prohibited and the warning message should not > be printed. > > e.g.: > $ qemu-system-x86_64 ... -drive file.file.filename=disk0.raw,file.driver=raw > ... >

[Qemu-devel] [PATCH] raw: Disable probing if image format is given by driver-specific options

2018-01-21 Thread Lin Ma
If the user specifies image format through driver-specific options, The format probing should be prohibited and the warning message should not be printed. e.g.: $ qemu-system-x86_64 ... -drive file.file.filename=disk0.raw,file.driver=raw ... WARNING: Image format was not specified for 'disk0.raw'