Frediano Ziglio
2013-Feb-14 13:06 UTC
[PATCH] doc: Improve xc_domain_restore inline documentation
Was not clear that xc_domain_restore did not resume the machine.
---
tools/libxc/xenguest.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/libxc/xenguest.h b/tools/libxc/xenguest.h
index 1597e5c..f9cd2ec 100644
--- a/tools/libxc/xenguest.h
+++ b/tools/libxc/xenguest.h
@@ -102,6 +102,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
--
1.7.9.5
Frediano Ziglio
2013-Feb-14 14:04 UTC
[PATCH] doc: Improve xc_domain_restore inline documentation
Was not clear that xc_domain_restore did not resume the machine.
Signed-off-by: Frediano Ziglio <frediano.ziglio@citrix.com>
---
tools/libxc/xenguest.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/libxc/xenguest.h b/tools/libxc/xenguest.h
index 1597e5c..f9cd2ec 100644
--- a/tools/libxc/xenguest.h
+++ b/tools/libxc/xenguest.h
@@ -102,6 +102,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
--
1.7.9.5
Ian Jackson
2013-Feb-15 14:59 UTC
Re: [PATCH] doc: Improve xc_domain_restore inline documentation
Frediano Ziglio writes ("[PATCH] doc: Improve xc_domain_restore inline
documentation"):> Was not clear that xc_domain_restore did not resume the machine.
> ---
> tools/libxc/xenguest.h | 2 ++
> 1 file changed, 2 insertions(+)
I''m afraid we need your confirmation that the Developer''s
Certificate
of Origin applies. See http://wiki.xen.org/wiki/SubmittingXenPatches
Thanks,
Ian.
Frediano Ziglio
2013-Feb-15 16:05 UTC
Re: [PATCH] doc: Improve xc_domain_restore inline documentation
On Fri, 2013-02-15 at 14:59 +0000, Ian Jackson wrote:> Frediano Ziglio writes ("[PATCH] doc: Improve xc_domain_restore inline documentation"): > > Was not clear that xc_domain_restore did not resume the machine. > > --- > > tools/libxc/xenguest.h | 2 ++ > > 1 file changed, 2 insertions(+) > > I''m afraid we need your confirmation that the Developer''s Certificate > of Origin applies. See http://wiki.xen.org/wiki/SubmittingXenPatches > > Thanks, > Ian.Thanks, I posted again my patch with the signed off. Frediano
Ian Jackson
2013-Feb-22 16:34 UTC
Re: [PATCH] doc: Improve xc_domain_restore inline documentation
Frediano Ziglio writes ("[Xen-devel] [PATCH] doc: Improve xc_domain_restore
inline documentation"):> Was not clear that xc_domain_restore did not resume the machine.
>
> Signed-off-by: Frediano Ziglio <frediano.ziglio@citrix.com>
Applied, thanks.
Ian.