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

[Xen-devel] server.xend refers to to which file

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] server.xend refers to to which file
From: <wenche_chang@xxxxxxxxxxxx>
Date: Thu, 24 Jun 2010 11:25:03 +0800
Delivery-date: Wed, 23 Jun 2010 20:31:16 -0700
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
Thread-index: AcsTTNXkH4PmObbyQO+L3v0Sbt4kmA==
Thread-topic: server.xend refers to to which file

Hi

 

I tried to trace XEN source code recently.

I saw some terms in /usr/lib64/python2.6/site-packages/xen like “server.xend.domain.xxxxx”

I think it refers to some files in /usr/lib64/python2.6/site-packages/xen/xend, but I can’t find any files related to this.

 

For example, in create.py, there are “xend.domain.create(config)” and “server.xend.domain.waitForDevices(dom)”

I found waitForDevices and create in /usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py.

I add some code like “print  ‘12345’“ in this file but it does not print anything when I new a VM.

 

So, anybody knows the term “server.xend.domain.xxxxx” refers to which file?

 

Thanks

TREND MICRO EMAIL NOTICE
The information contained in this email and any attachments is confidential and may be subject to copyright or other intellectual property protection. If you are not the intended recipient, you are not authorized to use or disclose this information, and we request that you notify us by reply mail or telephone and delete the original message from your mail system.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] server.xend refers to to which file, wenche_chang <=