Re: [Qemu-devel] help for code

2017-04-18 Thread Stefan Hajnoczi
On Wed, Apr 12, 2017 at 04:36:58PM +0430, ali saeedi wrote: > I am new in qemu vm live migration. why we have this condition > "current_time >= initial_time + BUFFER_DELAY" in qemu? BUFFER_DELAY is used for rate-limiting. The maximum network throughput can be set by the user so that QEMU doesn't

[Qemu-devel] help for code

2017-04-12 Thread ali saeedi
Hi I am new in qemu vm live migration. why we have this condition "current_time >= initial_time + BUFFER_DELAY" in qemu? thanks