File: README

package info (click to toggle)
libqcow 20181227-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,940 kB
  • sloc: ansic: 154,084; sh: 5,968; makefile: 1,111; python: 593; sed: 16
file content (33 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (2)
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
32
33
libqcow is a library to access the QEMU Copy-On-Write (QCOW) image format.

Project information:

* Status: alpha
* Licence: LGPLv3+

Read-only supported QCOW formats:

* version 1
* version 2
* version 3 (as of version 20141201)

Supported QCOW format features:

* compression
* encryption

Unsupported QCOW format features:

* backing file-based snapshots
* in-image snapshots

Work in progress:

* Dokan library support
* Thread-safety in file API functions

For more information see:

* Project documentation: https://github.com/libyal/libqcow/wiki/Home
* How to build from source: https://github.com/libyal/libqcow/wiki/Building