Displaying 1 result from an estimated 1 matches for "xl_cmdimplg".
Did you mean:
xl_cmdimpl
2013 Apr 11
0
Re: [libvirt] [PATCH RESENT 04/12] libxl: populate xenstore memory entries at startup
...omain, to
check if there is enough free memory for that domain, rather than
calling it once at start of day.
In that context if it fails or returns less than the required amount of
memory then that would be fatal for starting that domain.
In xl we use this as part of the auto balloon of dom0, see
xl_cmdimplg.c:freemem. Does libvirt do autoballooning or does it require
dom0_mem? Perhaps this is handled at a higher level?
Ian.
>
> Regards,
> Jim
>
> > +
> > if (!(libxl_driver->xmlconf = virDomainXMLConfNew(&libxlDomainXMLPrivateDataCallbacks,
> >...