WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [PATCH] RE: [Xen-devel] DOM0_GETDOMAININFO intended beha

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [PATCH] RE: [Xen-devel] DOM0_GETDOMAININFO intended behavior
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Fri, 17 Jun 2005 22:43:46 +0000
Delivery-date: Sat, 18 Jun 2005 01:04:05 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1903, 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-17 21:05:10 -04:00
+++ b/tools/libxc/xc.h  2005-06-17 21:05:10 -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

<Prev in Thread] Current Thread [Next in Thread>