[Qemu-devel] [PULL] migration: fix for unbreaking stats/autoconverge on repeat migrations

2014-11-20 Thread Amit Shah
The following changes since commit af3ff19b48f0bbf3a8bd35c47460358e8c6ae5e5:

  Update version for v2.2.0-rc2 release (2014-11-18 18:00:58 +)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/for-2.2-2

for you to fetch changes up to 6c1b663c4c3725bc4bc33f78ed266ddef80a2ca8:

  migration: static variables will not be reset at second migration (2014-11-20 
18:17:22 +0530)


Fix from a while back that unfortunately got ignored.  Dave Gilbert says
it may actually fix a case where autoconverge would break on a repeat
migration (and not just fix stats).


ChenLiang (1):
  migration: static variables will not be reset at second migration

 arch_init.c | 15 ---
  1 file changed, 12 insertions(+), 3 deletions(-)


Amit



Re: [Qemu-devel] [PULL] migration: fix for unbreaking stats/autoconverge on repeat migrations

2014-11-20 Thread Peter Maydell
On 20 November 2014 12:59, Amit Shah amit.s...@redhat.com wrote:
 The following changes since commit af3ff19b48f0bbf3a8bd35c47460358e8c6ae5e5:

   Update version for v2.2.0-rc2 release (2014-11-18 18:00:58 +)

 are available in the git repository at:

   git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/for-2.2-2

 for you to fetch changes up to 6c1b663c4c3725bc4bc33f78ed266ddef80a2ca8:

   migration: static variables will not be reset at second migration 
 (2014-11-20 18:17:22 +0530)

 
 Fix from a while back that unfortunately got ignored.  Dave Gilbert says
 it may actually fix a case where autoconverge would break on a repeat
 migration (and not just fix stats).

 
 ChenLiang (1):
   migration: static variables will not be reset at second migration

Applied, thanks.

-- PMM