blob: bdca7be33e112be7f703d866aa0449d031c28258 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
libqcow (libYAL QEMU QCOW image library)
libqcow is a library to access the QEMU Copy-On-Write (QCOW) image file
format.
Project information:
* Status: alpha
* Licence: LGPLv3+
Read-only supported QCOW formats:
* version 1
* version 2
* version 3
Supported QCOW format features:
* zlib (DEFLATE) compression
* AES-CBC 128-bit encryption
* backing file (differential image)
Unsupported QCOW format features:
* LUKS encryption
* data file
* in-image snapshots
Work in progress:
* Thread-safety in file API functions
|