summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qemu/block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/block.c b/qemu/block.c
index a17b9b66..ca7d1c1c 100644
--- a/qemu/block.c
+++ b/qemu/block.c
@@ -180,7 +180,7 @@ BlockDriver *bdrv_find_format(const char *format_name)
static int bdrv_is_supported(BlockDriver *drv)
{
static const char *supported[] = {
- "raw", "qcow2", "host_device", NULL
+ "raw", "qcow2", "host_device", "vvfat", NULL
};
const char **p;