From: Frediano Ziglio Date: Thu, 14 Feb 2013 14:10:15 +0000 (+0000) Subject: doc: Improve xc_domain_restore inline documentation X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~7179 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=31c59e7009f0945b85e877d963ffee6fe277ce8d;p=xen.git doc: Improve xc_domain_restore inline documentation Was not clear that xc_domain_restore did not resume the machine. Signed-off-by: Frediano Ziglio --- diff --git a/tools/libxc/xenguest.h b/tools/libxc/xenguest.h index 6ec1071610..7d4ac3305e 100644 --- a/tools/libxc/xenguest.h +++ b/tools/libxc/xenguest.h @@ -103,6 +103,8 @@ struct restore_callbacks { /** * This function will restore a saved domain. * + * Domain is restored in a suspended state ready to be unpaused. + * * @parm xch a handle to an open hypervisor interface * @parm fd the file descriptor to restore a domain from * @parm dom the id of the domain