Re: [libvirt] [PATCH 1/3] Add public API for setting migration speed on the fly

2011-03-22 Thread Daniel Veillard
On Tue, Mar 22, 2011 at 11:01:31AM +, Daniel P. Berrange wrote: On Mon, Mar 21, 2011 at 11:55:58AM -0600, Eric Blake wrote: On 03/21/2011 10:13 AM, Daniel P. Berrange wrote: It is possible to set a migration speed limit when starting migration. This new API allows the speed limit to

[libvirt] [PATCH 1/3] Add public API for setting migration speed on the fly

2011-03-21 Thread Daniel P. Berrange
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 *

Re: [libvirt] [PATCH 1/3] Add public API for setting migration speed on the fly

2011-03-21 Thread Eric Blake
On 03/21/2011 10:13 AM, Daniel P. Berrange wrote: 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,