package qcow
-
qcow
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A virtual address in a qcow image is broken into 3 levels:
val make : cluster_bits:int -> int64 -> t
make cluster_bits byte
computes the address within the file of the virtual byte
offset
val to_offset : cluster_bits:int -> t -> int64
to_offset cluster_bits address
computes the virtual byte offset of the virtual address
include Qcow_s.PRINTABLE with type t := t
val to_string : t -> string
Produce a pretty human-readable string from a value