|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [PATCH] RE: [Xen-devel] DOM0_GETDOMAININFO intended beha
ChangeSet 1.1159.258.169, 2005/06/17 23:43:46+01:00, dsteklof@xxxxxxxxxx
[PATCH] RE: [Xen-devel] DOM0_GETDOMAININFO intended behavior
Ok... now that I (unintentionally) went overboard on this, why not just
document how it works and leave it as is?
signed-off-by: dsteklof@xxxxxxxxxx
signed-off-by: ian@xxxxxxxxxxxxx
xc.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletion(-)
diff -Nru a/tools/libxc/xc.h b/tools/libxc/xc.h
--- a/tools/libxc/xc.h 2005-06-21 04:03:49 -04:00
+++ b/tools/libxc/xc.h 2005-06-21 04:03:49 -04:00
@@ -114,7 +114,11 @@
u32 domid,
int cpu);
/**
- * This function will return information about one or more domains.
+ * This function will return information about one or more domains. It is
+ * designed to iterate over the list of domains. If a single domain is
+ * requested, this function will return the next domain in the list - if
+ * one exists. It is, therefore, important in this case to make sure the
+ * domain requested was the one returned.
*
* @parm xc_handle a handle to an open hypervisor interface
* @parm first_domid the first domain to enumerate information from. Domains
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
|
|
|
|