|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 00/16] Migration support for "xl"
This patch series provides support for "xl migrate".
There are a number of bugfixes and extensions to libxl, followed by a
new savefile format (which can contain the domain config file and is
more extensible), followed by actual migration support.
Changes since the previous version of this patch series:
* libxl: caller userdata is stored indexed by the domain uuid, not domid.
* xl: Global struct libxl_ctx, domid and domname are used everywhere;
many copies of initialisation boilerplate for these eliminated;
other new global variables (eg, comon_config etc.) abolished.
* xl: Support for old-format save files removed.
* xl: Command-line visibility of uuids.
* libxenstore, libxl: Safer handling of xenstore connections across fork().
* Consequential changes and a few other small bugfixes.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 00/16] Migration support for "xl",
Ian Jackson <=
- [Xen-devel] [PATCH 01/16] libxl: Make logging functions preserve errno, Ian Jackson
- [Xen-devel] [PATCH 02/16] libxl: Report error if logfile rotation fails, Ian Jackson
- [Xen-devel] [PATCH 03/16] libxl: New utility functions in for reading and writing files., Ian Jackson
- [Xen-devel] [PATCH 04/16] libxl: libxl_domain_restore: Put fd back to blocking mode, Ian Jackson
- [Xen-devel] [PATCH 05/16] libxl: Provide libxl_domain_rename, Ian Jackson
- [Xen-devel] [PATCH 06/16] libxl: Expose functions for helping with subprocesses., Ian Jackson
- [Xen-devel] [PATCH 07/16] xenstore, libxl: cleanup of xenstore connections across fork(), Ian Jackson
- [Xen-devel] [PATCH 08/16] libxl: Expose libxl_report_exitstatus, Ian Jackson
- [Xen-devel] [PATCH 09/16] xl, libxl: xl list -v shows the uuid too, Ian Jackson
- [Xen-devel] [PATCH 10/16] libxl: New function libxl_domain_info, Ian Jackson
|
|
|
|
|