slackbuilds/libraries/libqcow
Heinz Wiesinger fd9245fe0a All: Change SlackBuild shebang to /bin/bash
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-04 12:49:49 +02:00
..
README
libqcow.SlackBuild All: Change SlackBuild shebang to /bin/bash 2021-07-04 12:49:49 +02:00
libqcow.info
slack-desc

README

libqcow (libYAL QEMU QCOW image library)

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

Read supported QCOW formats:
    version 1
    version 2 
    version 3 (as of version 20141201)                                    
Supported QCOW format features:
    compression
    encryption 
QCOW format features not supported at the moment:
    backing file-based snapshots
    in-image snapshots 
Work in progress:
    Python bindings
    Dokan library support 
    Thread-safety in file API functions
Planned:
    Python 3 support