package qcow
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Support for Qcow2 images
Install
dune-project
Dependency
Authors
Maintainers
Sources
qcow-0.11.0.tbz
sha256=563a2cc10c79055b6d57111592bc6f1445397cf5ef57e74f70f5e1ca6ec23807
sha512=4ab055332f964dff2c00d04a3f867b7fc86a9a6084f6d58bce59c04a6ed6f23aefe8965eb1c9c1ff4372393235b8920135409fd2f94a253493d8533a39d7d6bd
doc/qcow/Qcow_metadata/index.html
Module Qcow_metadataSource
Qcow metadata: clusters containing references and clusters containing reference counts.
Construct a qcow metadata structure given a set of cluster read/write/flush operations
Set the associated cluster map (which will be updated on every cluster write)
Source
val read_and_lock :
?client:Qcow_locks.Client.t ->
t ->
Qcow_types.Cluster.t ->
(contents * Qcow_locks.lock, error) result Lwt.tSource
val read :
?client:Qcow_locks.Client.t ->
t ->
Qcow_types.Cluster.t ->
(contents -> ('a, error) result Lwt.t) ->
('a, error) result Lwt.tRead the contents of the given cluster and provide them to the given function
Source
val update :
?client:Qcow_locks.Client.t ->
t ->
Qcow_types.Cluster.t ->
(contents -> ('a, write_error) result Lwt.t) ->
('a, write_error) result Lwt.tRead the contents of the given cluster, transform them through the given function and write the results back to disk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>