Re: [Qemu-devel] [PATCH] migration: Fix rate limit

2013-12-03 Thread Paolo Bonzini
> On Mon, Nov 25, 2013 at 02:42:43PM -0500, Matthew Garrett wrote: > > The migration thread appears to want to allow writeout to occur at full > > speed rather than being rate limited during completion of state saving, > > but sets the limit to INT_MAX when xfer_limit is INT64_MAX. This causes > >

Re: [Qemu-devel] [PATCH] migration: Fix rate limit

2013-12-03 Thread Matthew Garrett
Any feedback on this? On Mon, Nov 25, 2013 at 02:42:43PM -0500, Matthew Garrett wrote: > The migration thread appears to want to allow writeout to occur at full > speed rather than being rate limited during completion of state saving, > but sets the limit to INT_MAX when xfer_limit is INT64_MAX. T

[Qemu-devel] [PATCH] migration: Fix rate limit

2013-11-25 Thread Matthew Garrett
The migration thread appears to want to allow writeout to occur at full speed rather than being rate limited during completion of state saving, but sets the limit to INT_MAX when xfer_limit is INT64_MAX. This causes problems if there's more than 2GB of state left to save at this point. It probably