tofutim / libqcow

Library and tools to access the QEMU Copy-On-Write (QCOW) image format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Library and tools to access the QEMU Copy-On-Write (QCOW) image format

License:GNU Lesser General Public License v3.0


Languages

Language:C 65.6%Language:M4 21.2%Language:Shell 5.8%Language:Python 2.7%Language:Makefile 1.8%Language:PowerShell 1.1%Language:C++ 1.1%Language:Roff 0.6%