summaryrefslogtreecommitdiffstats
path: root/libraries/libqcow/README
diff options
context:
space:
mode:
author B. Watson2022-03-13 20:43:05 +0100
committer B. Watson2022-03-13 20:43:05 +0100
commit52c0dda3409b1ae76d8e33854387112adc1407b6 (patch)
treefadba2244b1f1eddcbf236b69a51d5cd49ad6d4d /libraries/libqcow/README
parent38d322d9cfedacf486ff3959db4ad597ec937c9f (diff)
downloadslackbuilds-52c0dda3409b1ae76d8e33854387112adc1407b6.tar.gz
libraries/libqcow: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/libqcow/README')
-rw-r--r--libraries/libqcow/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/libraries/libqcow/README b/libraries/libqcow/README
index 7c12418d27..a47b6ee5cf 100644
--- a/libraries/libqcow/README
+++ b/libraries/libqcow/README
@@ -1,20 +1,21 @@
libqcow (libYAL QEMU QCOW image library)
-Library and tooling to access the QEMU Copy-On-Write (QCOW) image format.
+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)
+ version 2
+ version 3 (as of version 20141201)
Supported QCOW format features:
compression
- encryption
+ encryption
QCOW format features not supported at the moment:
backing file-based snapshots
- in-image snapshots
+ in-image snapshots
Work in progress:
Python bindings
- Dokan library support
+ Dokan library support
Thread-safety in file API functions
Planned:
Python 3 support