]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-img.c
memfd: always check for MFD_CLOEXEC
[mirror_qemu.git] / qemu-img.c
index 660c01898e816c94c2399d50454d383a8a782c40..5fac84074289f564929f0f42e6cb7ed1b6172198 100644 (file)
@@ -198,7 +198,7 @@ static void QEMU_NORETURN help(void)
            "  'skip=N' skip N bs-sized blocks at the start of input\n";
 
     printf("%s\nSupported formats:", help_msg);
-    bdrv_iterate_format(format_print, NULL);
+    bdrv_iterate_format(format_print, NULL, false);
     printf("\n\n" QEMU_HELP_BOTTOM "\n");
     exit(EXIT_SUCCESS);
 }