Re: [Qemu-devel] [PATCH] migration/postcopy: Update the bandwidth during postcopy

2019-03-10 Thread Peter Xu
On Fri, Mar 08, 2019 at 10:12:10AM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > The recently added max-postcopy-bandwidth parameter is only read > at the transition from precopy->postcopy where as the older > max-bandwidth parameter updates the migration bandwid

[Qemu-devel] [PATCH] migration/postcopy: Update the bandwidth during postcopy

2019-03-08 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" The recently added max-postcopy-bandwidth parameter is only read at the transition from precopy->postcopy where as the older max-bandwidth parameter updates the migration bandwidth when changed even if the migration is already running. Fix this discrepency so that: