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