cloud-hypervisor/qcow/src
Rob Bradford 3f02ccaa8c qcow: Add support for QCOW v2 header
The QCOW2 format is documented here:
https://git.qemu.org/?p=qemu.git;a=blob;f=docs/interop/qcow2.txt;hb=HEAD

The only difference between v2 and v3 is the addition of some extra
fields into the header in v3 for which there are default values in v2.

This introduces a new unit test for the behaviour but it has been
manually verified by the converting the image from v3 to v2
with a command like:

qemu-img convert -O qcow2 -o compat=0.10 clear-29620-cloud.img clear-29620-cloud.img.v2

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2019-07-19 17:21:54 +02:00
..
qcow_raw_file.rs virtio: Enable qcow support for virtio-block 2019-05-13 22:08:29 +01:00
qcow.rs qcow: Add support for QCOW v2 header 2019-07-19 17:21:54 +02:00
refcount.rs virtio: Enable qcow support for virtio-block 2019-05-13 22:08:29 +01:00
vec_cache.rs qcow: Make unit tests pass 2019-07-16 17:09:05 +02:00