]> git.ipfire.org Git - thirdparty/qemu.git/commit
block/vvfat: qcow driver may not be found
authorMax Reitz <mreitz@redhat.com>
Tue, 2 Dec 2014 17:32:43 +0000 (18:32 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 7 Jan 2015 21:07:33 +0000 (15:07 -0600)
commitb3729b2ec2c205b7a09a741c2484403b59e04b80
treea5cc22bf1d06a5b8af9ef5054334f09a1331f553
parent1b9ea8961a8787672e7c146c91ee33aa815eb0da
block/vvfat: qcow driver may not be found

Although virtually impossible right now, bdrv_find_format("qcow") may
fail. The vvfat block driver should heed that case.

Cc: qemu-stable@nongnu.org
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit 1bcb15cf776a57e8963072c1919a59a90aea8e94)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
block/vvfat.c