From 64289ad100992d04f6c6808fa376ddb79e3c9c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 13 Jan 2021 08:09:17 +0200 Subject: application/x-vhd-disk, /x-vhdx-disk: new https://en.wikipedia.org/wiki/VHD_(file_format) --- data/freedesktop.org.xml.in | 21 +++++++++++++++++++++ tests/mime-detection/disk.vhd | Bin 0 -> 2560 bytes tests/mime-detection/disk.vhdx | Bin 0 -> 1024 bytes tests/mime-detection/list | 6 +++++- 4 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 tests/mime-detection/disk.vhd create mode 100644 tests/mime-detection/disk.vhdx diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 4a4b45ec..146716b5 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -7477,6 +7477,27 @@ command to generate the output files. + + VHD disk image + VHD + Virtual Hard Disk + + + + + + + + + VHDX disk image + VHD + Virtual Hard Disk + + + + + + AppleWorks document diff --git a/tests/mime-detection/disk.vhd b/tests/mime-detection/disk.vhd new file mode 100644 index 00000000..ff1a5c22 Binary files /dev/null and b/tests/mime-detection/disk.vhd differ diff --git a/tests/mime-detection/disk.vhdx b/tests/mime-detection/disk.vhdx new file mode 100644 index 00000000..74fee383 Binary files /dev/null and b/tests/mime-detection/disk.vhdx differ diff --git a/tests/mime-detection/list b/tests/mime-detection/list index 1d55f41a..4ce784ce 100644 --- a/tests/mime-detection/list +++ b/tests/mime-detection/list @@ -789,8 +789,12 @@ binary.stl model/stl oxo ascii.stl model/stl test.gcode text/x.gcode ox -# QEMU disk image +# Virtualization disk images disk.qcow2 application/x-qemu-disk +# qemu-img convert -O vpc disk.qcow2 disk.vhd +disk.vhd application/x-vhd-disk x +# qemu-img convert -O vhdx disk.qcow2 disk.vhdx # (first 1024 bytes of 128MB) +disk.vhdx application/x-vhdx-disk # ROM hack scene patching formats SLA.bps application/x-bps-patch -- cgit v1.2.1