]> xenbits.xensource.com Git - libvirt.git/commit
util: add support for qcow2v3 image detection
authorJán Tomko <jtomko@redhat.com>
Tue, 7 May 2013 15:27:43 +0000 (17:27 +0200)
committerJán Tomko <jtomko@redhat.com>
Fri, 21 Jun 2013 11:25:29 +0000 (13:25 +0200)
commita1ee8e18c91ed5c0fda23ec4e677b3ac62890250
tree1aae4f33cec14b547c50df0eeba87aaf7bdd2e38
parent19f75d5eeb6bedd49597034832284146c7591a00
util: add support for qcow2v3 image detection

Detect qcow2 images with version 3 in the image header as
VIR_STORAGE_FILE_QCOW2.

These images have a feature bitfield, with just one feature supported
so far: lazy_refcounts.

The header length changed too, moving the location of the backing
format name.
src/util/virstoragefile.c
src/util/virstoragefile.h