]> xenbits.xensource.com Git - libvirt.git/commit
Add public API for setting migration speed on the fly
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 17 Feb 2011 13:57:53 +0000 (13:57 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 22 Mar 2011 15:53:08 +0000 (15:53 +0000)
commitcb4aba9b6aa3c5af1f035700095ed87dcce004be
treeeb0265af2eefe07b1e38f39d15fdcefa26e23048
parent09fb354ce328cdcc6706909628bd517b61636fae
Add public API for setting migration speed on the fly

It is possible to set a migration speed limit when starting
migration. This new API allows the speed limit to be changed
on the fly to adjust to changing conditions

* src/driver.h, src/libvirt.c, src/libvirt_public.syms,
  include/libvirt/libvirt.h.in: Add virDomainMigrateSetMaxSpeed
* src/esx/esx_driver.c, src/lxc/lxc_driver.c,
  src/opennebula/one_driver.c, src/openvz/openvz_driver.c,
  src/phyp/phyp_driver.c, src/qemu/qemu_driver.c,
  src/remote/remote_driver.c, src/test/test_driver.c,
  src/uml/uml_driver.c, src/vbox/vbox_tmpl.c,
  src/vmware/vmware_driver.c, src/xen/xen_driver.c,
  src/libxl/libxl_driver.c: Stub new API
17 files changed:
include/libvirt/libvirt.h.in
src/driver.h
src/esx/esx_driver.c
src/libvirt.c
src/libvirt_public.syms
src/libxl/libxl_driver.c
src/lxc/lxc_driver.c
src/opennebula/one_driver.c
src/openvz/openvz_driver.c
src/phyp/phyp_driver.c
src/qemu/qemu_driver.c
src/remote/remote_driver.c
src/test/test_driver.c
src/uml/uml_driver.c
src/vbox/vbox_tmpl.c
src/vmware/vmware_driver.c
src/xen/xen_driver.c