summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Moody <moody@posixcafe.org>2023-04-02 04:36:14 +0000
committerJacob Moody <moody@posixcafe.org>2023-04-02 04:36:14 +0000
commit27a63ae22975171efbee5549d100f416ccb4066a (patch)
treeea9fc2b8f9a6bdaa5291611b943e4f31fcd585d0
parent3c53420eaeeeb4a0f388d706488097e97f01632d (diff)
file: identify qcow images
-rw-r--r--sys/src/cmd/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/file.c b/sys/src/cmd/file.c
index bba5318c8..546f6b27b 100644
--- a/sys/src/cmd/file.c
+++ b/sys/src/cmd/file.c
@@ -842,6 +842,7 @@ struct FILE_STRING
"!<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",