]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: RDMA migration support
authorMichael R. Hines <mrhines@us.ibm.com>
Mon, 13 Jan 2014 06:28:11 +0000 (14:28 +0800)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 23 Sep 2014 06:11:50 +0000 (08:11 +0200)
commited22a4743437b6f646eb33659a212dd252a5b65d
treeddba2fa96eda57157394296e8dc009f9207e56b1
parentb3fd95e368e507b619e6c0588ed18b14c6536adf
qemu: RDMA migration support

This patch adds support for RDMA protocol in migration URIs.

USAGE: $ virsh migrate --live --migrateuri rdma://hostname domain qemu+ssh://hostname/system

Since libvirt runs QEMU in a pretty restricted environment, several
files needs to be added to cgroup_device_acl (in qemu.conf) for QEMU to
be able to access the host's infiniband hardware. Full documenation of
the feature can be found on QEMU wiki:
http://wiki.qemu.org/Features/RDMALiveMigration

Signed-off-by: Michael R. Hines <mrhines@us.ibm.com>
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu.conf
src/qemu/qemu_command.c
src/qemu/qemu_migration.c