Xen Domain的创建过程

Trace Source code: Xen-3.4.2

 

xm create vm-config-file

 

From: xen-3.4.2/tools/python/xxx

(1) main.py

(2) create.py

(3) XendDomain.py

domain_create

(4) XendDomainInfo.py:

create

vm.start

XenDomainInfo.constructDomain

(5) lowlevel/xc/xc.c

pyxc_domain_create

(6) libxc/xc_domain.c

xc_domain_create

(7) xen/common/domctl.c

do_domctl

(8) xen/common/domain.c

domain_create

 

你可能感兴趣的:(Xen Domain的创建过程)