···107107(** Running VM handle *)
108108109109val config : t -> Config.t
110110-(** Get VM configuration *)
110110+(** Get VM configuration. *)
111111112112(** {1 Lifecycle} *)
113113···133133(** {1 Status} *)
134134135135val query_status : t -> (Qmp_protocol.Status.t, string) result
136136-(** Query VM status (running, paused, etc.) *)
136136+(** Query VM status (running, paused, etc.). *)
137137138138(** {1 Control} *)
139139140140val stop : t -> (unit, string) result
141141-(** Pause VM execution *)
141141+(** Pause VM execution. *)
142142143143val cont : t -> (unit, string) result
144144-(** Resume VM execution *)
144144+(** Resume VM execution. *)
145145146146val shutdown : t -> (unit, string) result
147147-(** Request graceful shutdown (ACPI power button) *)
147147+(** Request graceful shutdown (ACPI power button). *)
148148149149val quit : t -> (unit, string) result
150150-(** Force quit QEMU immediately *)
150150+(** Force quit QEMU immediately. *)