git: 9front

Download patch

ref: 1b9d49e2e7e79870dde670bd4f3d9d14bec5a9d6
parent: f731393143062c06e85880a45098b56ec917b7cd
author: Jacob Moody <moody@posixcafe.org>
date: Sun Apr 2 00:36:14 EDT 2023

file: identify qcow images

--- a/sys/src/cmd/file.c
+++ b/sys/src/cmd/file.c
@@ -842,6 +842,7 @@
 	"!<arch>\n__.SYMDEF",	"archive random library",	16,	OCTET,
 	"!<arch>\n",		"archive",			8,	OCTET,
 	"070707",		"cpio archive - ascii header",	6,	OCTET,
+	"QFI\xfb",		"QCOW disk image",		4,	OCTET,
 	"%!",			"postscript",			2,	"application/postscript",
 	"\004%!",		"postscript",			3,	"application/postscript",
 	"x T post",		"troff output for post",	8,	"application/troff",
--