------------------ 原始邮件 ------------------
发送时间: 2012年1月1日(星期天) 晚上8:09
收件人: "¤?K於aware"<250716708@qq.com>;
抄送: "wei.liu2"<wei.liu2@citrix.com>; "xen-devel"<xen-devel@lists.xensource.com>;
主题: Re: [Xen-devel] [help] Who's the author of libxc? I don't know howto start with it
On Sat, 2011-12-31 at 11:58 +0000, ¤?K於aware wrote:
> Hi,
> I wanna try my best to understand the libxc in xentools, but it's
> difficult for me, a newer,to comprehend it's principle!
> Begging advice,thanks a lot ahead!
>
libxc acts as intermediate between userspace and hypervisor. I think you
can first take a look at its exported header file -- xenctrl.h , so that
you can have a rough idea about its functionalities. The you can pick
whatever functionality you are interested in and dig deeper.
Wei.