All of lore.kernel.org
 help / color / mirror / Atom feed
* trying to trace xm create
@ 2005-05-09 11:07 sting sting
  2005-05-10 14:45 ` Mike Wray
  0 siblings, 1 reply; 2+ messages in thread
From: sting sting @ 2005-05-09 11:07 UTC (permalink / raw)
  To: xen-devel

Hello,

   I am trying ro trace and study a run of "xm create xmexample1" ,
after modifying xmexample1 a bit (to use ttylinux,etc).

   I have  xen-2.0-testing.
   The stack I can see (by adding printing messages) is :
      main                                                          
(xm/create.py)
     calling make_domain()                         (xm/create.py )
     calling server.xend_domain_create() (xm/create.py )
     xendRequest ()                                       (XendProtocol.py)

where url.location is localhost:8000 and method is POST an op=create

As can be seen here there is here a HTTP  request.

I am getting the error:
Error: Error creating domain: vbd: Segment not found: 
uname=file:/work/downloads/ttylinux

I don't want to solve the problem (not at least at this stage) ; I want to 
trace it's origin in the  code.
So my question is : Where does this http request being sent to ? (where is 
the HTTP server - is
it the SrvDaemon from under xend/server ? )
And more important: where does this  create domain request reach ? I assume 
it does reach a "C" code and   I assume it reaches xc_domain_create() method 
  from tools\ libxc\xc_domain.c ; am I right ?

Regards,
Sting


the

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-10 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-09 11:07 trying to trace xm create sting sting
2005-05-10 14:45 ` Mike Wray

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.