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-users

[Xen-devel] How is xm list implemented?

To: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] How is xm list implemented?
From: Jiang Wang <jwangzju@xxxxxxxxx>
Date: Sun, 31 May 2009 15:54:25 -0400
Cc:
Delivery-date: Sun, 31 May 2009 12:54:52 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=mY3sabO9rOL9wmekuVty3hQJRqqqDc4YoeO06v0ZPcw=; b=ljGz8mEtF9yMZ5yO+hBLVPSzQYuKwClgmpQVUYTxXxTW8IhqAtELqhfER0bNUYP8oB miKDR01LTmTYJumf3WnYWoud6csYSL8/IVcVbkBvz8tav7uAqg7ZBBf4Tber11b8VF31 y3HjoyHUI3ANUpiCMVV3hA5pWZhZWthyqAu1s=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=xuCDLswQ7kK3CLrFqLp94X/qtTJfDRigjL5md5qHgxaKQOFEcQexDgy3RRf1Ch4LmD HcJpylXPHpWQmKrTClTjmjdWVFIFL0ISAVf2q44l1io8pdfPMTia5KxhFoEahB2LiIAN wKooYEXssJ7eub7NWVyG+nitjn2asaTukKilw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi:

I want to understand the implementation of xm list command, such as
which internal data structures are used. So far, I can only find out
that xm list is implemented by xend, and xend use Xen API,
VM.get_all(). But how is VM.get_all() implemented? Is it calling the
hypervisor? If so, which source file is for the implementation? Or it
is implemented in the xend itself? Any pointers? Thanks.

Regards,

Jiang

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] How is xm list implemented?, Jiang Wang <=