On 15/12/15 14:30, Juergen Gross wrote:
> On 15/12/15 14:19, Ian Campbell wrote:
>> On Tue, 2015-12-15 at 13:53 +0100, Juergen Gross wrote:
>>>  
>>>> mem-set too perhaps?
>>>
>>> Without mini-os supporting ballooning or memory hotplug up to now:
>>> I don't think so. :-)
>>
>> Sure, but you'd get strange errors from mem-set rather than a try and fail,
>> probably.
> 
> I'll try it.

I tried both "xl list -l" and "xl mem-set". Seems as if the json object
would be a good idea.

I guess this will require using libxl and I should move
init-xenstore-domain to tools/libxl in order to avoid dependency loops.

In the long run I think it would be a good idea to split the libraries
from the tools using them. So all libraries under tools/libs and the
programs (xl, init-xenstore-domain, xenstore-ls, ...) under tools/foo.
Otherwise all programs might tend to migrate to tools/libxl as this
is the last directory built containing a library. And having to select
the program's directory by the libraries it is using is a little bit
strange.

I think this would be a natural next step after Ian's libxc split has
been applied at least partially by introducing tools/libs.


Juergen


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to