Re: [Qemu-devel] [PATCH 09/11] block: Make find_image_format safe with NULL filename

2013-03-20 Thread Kevin Wolf
Am 20.03.2013 um 03:14 hat Eric Blake geschrieben: > On 03/18/2013 11:23 AM, Kevin Wolf wrote: > > In order to achieve this, the .bdrv_probe callbacks of all drivers must > > cope with this. The DMG driver is the only one that bases its decision > > on the filename and it needs to be changed. > >

Re: [Qemu-devel] [PATCH 09/11] block: Make find_image_format safe with NULL filename

2013-03-19 Thread Eric Blake
On 03/18/2013 11:23 AM, Kevin Wolf wrote: > In order to achieve this, the .bdrv_probe callbacks of all drivers must > cope with this. The DMG driver is the only one that bases its decision > on the filename and it needs to be changed. > > Signed-off-by: Kevin Wolf > --- > block/dmg.c | 13 ++

[Qemu-devel] [PATCH 09/11] block: Make find_image_format safe with NULL filename

2013-03-18 Thread Kevin Wolf
In order to achieve this, the .bdrv_probe callbacks of all drivers must cope with this. The DMG driver is the only one that bases its decision on the filename and it needs to be changed. Signed-off-by: Kevin Wolf --- block/dmg.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-