|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 0 of 11] v3: xl/libxl autoballooning
Hi all,
this patch series adds some new memory management functions to libxl
that are used by xl to autoballoon dom0 down by the amount of memory
needed by the new domain build.
In order to avoid conflicts with other xl instances during the memory
accounting operation I am introducing a global filelock.
I am also introducing a global configuration file for xl to
enable/disable autoballooning.
Changes compares to v2:
- removed max_memkb from libxl_dominfo, added current_memkb instead;
- the changes to instroduce a xenstore transaction in
libxl_set_memory_target have been moved to a separate patch;
- the "enforce" parameter to libxl memory target functions has been
removed;
- get_free_memory_slack has been made static;
- few comments have been added to libxl.h regarding the new memory
related functions;
- code style fixes to avoid lines longer than 80 chars.
Cheers,
Stefano
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 0 of 11] v3: xl/libxl autoballooning,
Stefano Stabellini <=
- [Xen-devel] [PATCH 1 of 11] libxl: remove max_memkb, add current_memkb to libxl_dominfo, stefano . stabellini
- [Xen-devel] [PATCH 2 of 11] libxl: use transactions in libxl_set_memory_target, stefano . stabellini
- [Xen-devel] [PATCH 3 of 11] libxl: introduce libxl_set_relative_memory_target, stefano . stabellini
- [Xen-devel] [PATCH 4 of 11] Remove "enforce" parameter to libxl memory target functions, stefano . stabellini
- [Xen-devel] [PATCH 5 of 11] libxl: adds few more memory operations, stefano . stabellini
- [Xen-devel] [PATCH 6 of 11] libxl: introduce the concept of dom0 minimum memory, stefano . stabellini
- [Xen-devel] [PATCH 7 of 11] xl: do not continue in the child and exec xenconsole in the parent, stefano . stabellini
- [Xen-devel] [PATCH 8 of 11] xl: add a global configuration file, stefano . stabellini
- [Xen-devel] [PATCH 9 of 11] introduce XEN_LOCK_DIR, stefano . stabellini
- [Xen-devel] [PATCH 10 of 11] xl: free memory before building a domain, stefano . stabellini
|
|
|
|
|