]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: keepalive messages support
authorJoao Martins <joao.m.martins@oracle.com>
Fri, 5 Feb 2016 20:45:03 +0000 (20:45 +0000)
committerJim Fehlig <jfehlig@suse.com>
Wed, 10 Feb 2016 04:14:12 +0000 (21:14 -0700)
commit5194eb956464b0a7f848e2e0769a0c2dbd3e18be
tree94081952ba2a6fcc42a449d662485d2d13037692
parenta79da2457ec61cb9932502e498099d973d00fe38
libxl: keepalive messages support

This patch introduces keep alive messages support for P2P migration
and it adds two new configuration entries namely 'keepalive_interval'
'keepalive_count' to control it. Behavior of these entries is the
same as qemu driver thus the description is copied from there
with just a few simplifications.

Signed-off-by: Joao Martins <joao.m.martins@oracle.com>
src/libxl/libvirtd_libxl.aug
src/libxl/libxl.conf
src/libxl/libxl_conf.c
src/libxl/libxl_conf.h
src/libxl/libxl_migration.c
src/libxl/test_libvirtd_libxl.aug.in