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 -> tval default : unit -> tdefault configuration values
val to_string : t -> stringconvert the configuration to a string
val of_string : string -> (t, [> `Msg of string ]) Stdlib.resultparse the output of
to_string t