Hi all: In tools/libxl/xl_cmdimpl.c, the function `save_domain_core_begin` call `libxl_userdata_retrieve`, the retrive function wanna read a file whose name likes "d.domid.uuid.xl", but when and who generate that file? Does it record info about domain config? Best regards _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
Ian Campbell
2012-Jul-23 10:55 UTC
Re: problem with xl_cmdimpl.c:save_domain_core_begin() ?
On Mon, 2012-07-23 at 11:45 +0100, 马磊 wrote:> Hi all: > In tools/libxl/xl_cmdimpl.c, the function `save_domain_core_begin` > call `libxl_userdata_retrieve`, the retrive function wanna read a file > whose name likes "d.domid.uuid.xl", > but when and who generate that file? Does it record info about domain > config?Please read the libxl.h documentation of this interface, it should all become pretty clear and you can then look for other callers of the interface.> > > Best regards_______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel