From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Shaun R." Subject: xenctrl domain name Date: Mon, 11 Aug 2008 12:02:16 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Are there any function in the xenctrl lib (xenctrl.h) or some where else that will provide a list of domains that also returns the domains name. I've found functions like xc_domain_getinfo and xc_domain_getinfolist that return a list of domains but they do not give the domain name. If there's not, is there a function to return the name of a domain from it's id? ~Shaun