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:
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
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