|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Make ballooning work with maxmem > mem (i386 ver
On 10/11/06 8:27 pm, "Glauber de Oliveira Costa" <gcosta@xxxxxxxxxx> wrote:
>> We have a way to tell the guest its maximum-ever memory allowance, it's just
>> not implemented on the tools and hypervisor side yet. That should be fixed.
>
> Do we have any specification on how should this look like, and what kind
> of behaviour it should provide?
XENMEM_set_memory_map taking a struct { domain, range_list }. This can
initialise a small array embedded in the domain structure.
Plumb through libxc and python xc.so. Probably make the call from
LinuxImageHandler (or whatever it's called) in image.py.
Done.
Most of the pain is in the tools plumbing (in particular arg parsing in the
python wrapper).
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|