]> xenbits.xensource.com Git - xen.git/commit
docs/libxl: Introduce CHECKPOINT_END to support migration v2 remus streams
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sun, 14 Jun 2015 20:31:56 +0000 (21:31 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 15 Jul 2015 10:22:54 +0000 (11:22 +0100)
commit7eaec00dd938087e4ce21a9fb06f2be44fc41945
treeeea9d77f4a2aab84f6a7843f87ba9d193b61f4e5
parent210b4817529de3eae9db59fee500fcdf0d4a3aa5
docs/libxl: Introduce CHECKPOINT_END to support migration v2 remus streams

In a remus scenario, libxc will write a CHECKPOINT record, then hand
ownership of the fd to libxl.  Libxl then writes any records required
and finishes with a CHECKPOINT_END record, then hands ownership of the
fd back to libxc.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
docs/specs/libxl-migration-stream.pandoc
tools/libxl/libxl_sr_stream_format.h
tools/python/xen/migration/libxl.py