package qcow

  1. Overview
  2. Docs
Support for Qcow2 images

Install

dune-project
 Dependency

Authors

Maintainers

Sources

qcow-0.11.0.tbz
sha256=563a2cc10c79055b6d57111592bc6f1445397cf5ef57e74f70f5e1ca6ec23807
sha512=4ab055332f964dff2c00d04a3f867b7fc86a9a6084f6d58bce59c04a6ed6f23aefe8965eb1c9c1ff4372393235b8920135409fd2f94a253493d8533a39d7d6bd

doc/qcow/Qcow_metadata/Physical/index.html

Module Qcow_metadata.PhysicalSource

Sourcetype t

A cluster full of 64 bit cluster pointers

Sourceval of_contents : contents -> t

Interpret the given cluster as a cluster of 64 bit pointers

Sourceval get : t -> int -> Qcow_physical.t

get t n return the nth physical address within t

Sourceval set : t -> int -> Qcow_physical.t -> unit

set t n v set the nth physical address within t to v

Sourceval len : t -> int

len t returns the number of physical addresses within t