[CRIU] [PATCH v2 00/10] p.haul: implement migration over existing connections
Nikita Spiridonov
nspiridonov at odin.com
Fri Oct 9 10:11:32 PDT 2015
In v2 rebase to master and split "p.haul: implement migration over existing
connections" patch (one patch for migration over existing connection, one
patch removing unused code and several patches with renames).
Nikita Spiridonov (10):
p.haul: implement migration over existing connections
p.haul: add p.haul-wrap script
p.haul: adapt p.haul-ssh script to new p.haul usage semantics
p.haul: adapt zdtm test to new p.haul usage semantics
p.haul: remove aliases for modules during import
p.haul: rename stop fd variable to simplify code
p.haul: rename 'add' and 'remove' methods of _rpc_server_manager
p.haul: rename dump_iter variable of phaul_service
p.haul: rename data_socket variable in phaul_service
p.haul: move _fileobj_wrap to util.py
p.haul | 50 +++++++++++++---------
p.haul-service | 31 +++++++++-----
p.haul-ssh | 44 ++++++++++++++-----
p.haul-wrap | 100 ++++++++++++++++++++++++++++++++++++++++++++
phaul/fs_haul_shared.py | 2 +-
phaul/fs_haul_subtree.py | 5 +-
phaul/images.py | 22 +---------
phaul/p_haul_connection.py | 44 +++++++++++++++++++
phaul/p_haul_iters.py | 16 ++++----
phaul/p_haul_service.py | 28 +++++-------
phaul/util.py | 18 ++++++++
phaul/xem_rpc.py | 63 ++++++---------------------
phaul/xem_rpc_client.py | 18 +-------
test/zdtm/run.sh | 11 +++--
14 files changed, 293 insertions(+), 159 deletions(-)
create mode 100755 p.haul-wrap
create mode 100644 phaul/p_haul_connection.py
More information about the CRIU
mailing list