Re: [Qemu-devel] [PATCH v2 03/13] block/vvfat: qcow driver may not be found

2014-12-02 Thread Kevin Wolf
Am 27.11.2014 um 15:48 hat Max Reitz geschrieben: > Although virtually impossible right now, bdrv_find_format("qcow") may > fail. The vvfat block driver should heed that case. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Max Reitz I wonder what the subtle breakage would be that we would get i

[Qemu-devel] [PATCH v2 03/13] block/vvfat: qcow driver may not be found

2014-11-27 Thread Max Reitz
Although virtually impossible right now, bdrv_find_format("qcow") may fail. The vvfat block driver should heed that case. Cc: qemu-sta...@nongnu.org Signed-off-by: Max Reitz --- block/vvfat.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/block/vvfat.c b/block/vvfat.c index cefe3a4..e