From 60b896d4f71fe18f23a977144ef81fae2d215615 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Tue, 4 Dec 2018 12:12:53 +0000 Subject: [PATCH] Version 2 and above files are better known as QCOW2 not QCOW (Ondrej Dubaj) --- magic/Magdir/virtual | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/magic/Magdir/virtual b/magic/Magdir/virtual index f11a791d..f2fc7ae8 100644 --- a/magic/Magdir/virtual +++ b/magic/Magdir/virtual @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: virtual,v 1.7 2018/11/23 09:46:01 christos Exp $ +# $File: virtual,v 1.8 2018/12/04 12:12:53 christos Exp $ # From: James Nobis # Microsoft hard disk images for: # Virtual Server @@ -97,7 +97,7 @@ # Updated by Adam Buchbinder (adam.buchbinder@gmail.com) # Made by reading sources, reading documentation, and doing trial and error # on existing QCOW files -0 string/b QFI\xFB QEMU QCOW Image +0 string/b QFI\xFB # Uncomment the following line to display Magic (only used for debugging # this magic number) @@ -105,7 +105,8 @@ # There are currently 2 Versions: "1" and "2". # http://www.gnome.org/~markmc/qcow-image-format-version-1.html ->4 belong 1 (v1) +>4 belong !1 QEMU QCOW2 Image +>4 belong 1 QEMU QCOW Image (v1) # Using the existence of the Backing File Offset to determine whether # to read Backing File Information -- 2.40.0