This series adds additional functionality to the
libxl driver. The detailed changes are noted in
each individual patch.
The second patch adds core dumping and requires
at least Xen 4.1.1, because of this patch for xen:
http://lists.xensource.com/archives/html/xen-devel/2011-05/msg01469.html
The save/restore functionality requires Xen 4.2
since these patches are needed:
http://lists.xensource.com/archives/html/xen-devel/2011-05/msg01314.html
http://lists.xensource.com/archives/html/xen-devel/2011-05/msg01528.html
To set the maximum memory of a domain this patch from
Xen 4.2 is required:
http://lists.xensource.com/archives/html/xen-devel/2011-05/msg01717.html
Markus Groß (4):
Populate domid field of devices for libxenlight
Add domainCoreDump to libxl driver
Add domainSave/Restore to libxl driver
Support maximum and current memory flags in libxl driver
src/libxl/libxl_conf.c | 20 ++-
src/libxl/libxl_conf.h | 24 ++-
src/libxl/libxl_driver.c | 431 +++++++++++++++++++++++++++++++++++++++++-----
3 files changed, 418 insertions(+), 57 deletions(-)
--
1.7.5.2