Module Qcow_config
type t
=
{
}
val create : ?id:string -> ?discard:bool -> ?keep_erased:int64 -> ?compact_after_unmaps:int64 -> ?check_on_connect:bool -> ?runtime_asserts:bool -> ?read_only:bool -> unit -> t
val default : unit -> t
default configuration values
val to_string : t -> string
convert the configuration to a string
val of_string : string -> (t, [> `Msg of string ]) Stdlib.result
parse the output of
to_string t