From 27a63ae22975171efbee5549d100f416ccb4066a Mon Sep 17 00:00:00 2001 From: Jacob Moody Date: Sun, 2 Apr 2023 04:36:14 +0000 Subject: file: identify qcow images --- sys/src/cmd/file.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/src') 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 "!\n__.SYMDEF", "archive random library", 16, OCTET, "!\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", -- cgit v1.2.3