|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH]:libxl__get_free_memory_slack cannot return when
On Sun, 26 Sep 2010, Jun Zhu (Intern) wrote:
> Hi,
>
> This patch fixes the problem when xl create invokes
> libxl__get_free_memory_slack which does not return. In the
> libxl__fill_dom0_memory_info function, if */memory/target is existed, it
> returns directly, leaving */memory/freemem-slack still empty.
> I don't think it is necessory to check */memory/target in the function
> libxl__fill_dom0_memory_info, since this function is to fill the dom0???s
> memory info. Moreover, it is not correct to believe that
> */memory/freemem-slack exists by checking */memory/target.
>
How did you get in the state of having the target on xenstore but not
freemem-slack?
If you are using libxl this shouldn't be possible unless you mess around
with xenstore directly.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|