search for: domain_send_s3resum

Displaying 1 result from an estimated 1 matches for "domain_send_s3resum".

Did you mean: domain_send_s3resume
2013 Mar 13
0
[PATCH 3 of 4] PoC: libxc+ocaml: add interfaces to send triggers to HVM guests
...turns information about the execution context of a * particular vcpu of a domain. diff -r b279ec057736 -r 03997417771b tools/ocaml/libs/xc/xenctrl.ml --- a/tools/ocaml/libs/xc/xenctrl.ml +++ b/tools/ocaml/libs/xc/xenctrl.ml @@ -244,6 +244,9 @@ external domain_set_vpt_align: handle -> external domain_send_s3resume: handle -> domid -> unit = "stub_xc_domain_send_s3resume" external domain_get_acpi_s_state: handle -> domid -> int = "stub_xc_domain_get_acpi_s_state" +external domain_trigger_power: handle -> domid -> unit = "stub_xc_domain_trigger_power" +extern...