summaryrefslogtreecommitdiffstats
path: root/libraries/libqcow/README
diff options
context:
space:
mode:
author Barry J. Grundy <bgrundy@linuxleo.com>2014-12-16 18:53:18 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-16 18:53:18 +0700
commit51b123307c9f833caa11ffb687247b9f7b359662 (patch)
tree1f308a2db6937f69ad05851e573bbb278b3d59c2 /libraries/libqcow/README
parenta7d0d123423becd58b495b559a5db913408f4fa1 (diff)
downloadslackbuilds-51b123307c9f833caa11ffb687247b9f7b359662.tar.gz
slackbuilds-51b123307c9f833caa11ffb687247b9f7b359662.tar.xz
libraries/libqcow: Added (libYAL QEMU QCOW Image Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libqcow/README')
-rw-r--r--libraries/libqcow/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/libraries/libqcow/README b/libraries/libqcow/README
new file mode 100644
index 0000000000..7c12418d27
--- /dev/null
+++ b/libraries/libqcow/README
@@ -0,0 +1,20 @@
+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