tools: qemu: Add patches to support adapter_type and monolithicFlat
authorBrett Mastbergen <bmastbergen@untangle.com>
Wed, 2 Oct 2019 14:28:16 +0000 (10:28 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 22 Dec 2019 23:22:06 +0000 (00:22 +0100)
commit9e2e48ff31cea669cfc9c1476f49b815ea9ac1b1
tree15532a58e45a1ba9470de39c566ad84678606941
parentdc34c695c4faa46efc6e2367a2ba06a47caa4840
tools: qemu: Add patches to support adapter_type and monolithicFlat

Its way more trouble to update this to a newer version of qemu than it
is to backport the two additional features we need.

Signed-off-by: Brett Mastbergen <bmastbergen@untangle.com>
12 files changed:
tools/qemu/patches/0001-vmdk-fix-endianness-bugs.patch [new file with mode: 0644]
tools/qemu/patches/0002-VMDK-introduce-VmdkExtent.patch [new file with mode: 0644]
tools/qemu/patches/0003-VMDK-bugfix-align-offset-to-cluster-in-get_whole_clu.patch [new file with mode: 0644]
tools/qemu/patches/0004-VMDK-probe-for-monolithicFlat-images.patch [new file with mode: 0644]
tools/qemu/patches/0005-VMDK-separate-vmdk_open-by-format-version.patch [new file with mode: 0644]
tools/qemu/patches/0006-VMDK-add-field-BDRVVmdkState.desc_offset.patch [new file with mode: 0644]
tools/qemu/patches/0007-VMDK-flush-multiple-extents.patch [new file with mode: 0644]
tools/qemu/patches/0008-VMDK-move-static-cid_update-flag-to-bs-field.patch [new file with mode: 0644]
tools/qemu/patches/0009-VMDK-change-get_cluster_offset-return-type.patch [new file with mode: 0644]
tools/qemu/patches/0010-VMDK-open-read-write-for-monolithicFlat-image.patch [new file with mode: 0644]
tools/qemu/patches/0011-VMDK-create-different-subformats.patch [new file with mode: 0644]
tools/qemu/patches/0012-vmdk-Allow-selecting-SCSI-adapter-in-image-creation.patch [new file with mode: 0644]