[Qemu-devel] [PULL 0/7] migration queue for 3.0

Dr. David Alan Gilbert (git) posted 7 patches 7 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180724183454.120276-1-dgilbert@redhat.com
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 passed
hw/audio/hda-codec.c   |  2 +-
migration/migration.c  | 22 ++++++++++++++++++++--
migration/ram.c        | 13 ++++++++++---
tests/migration-test.c |  2 +-
4 files changed, 32 insertions(+), 7 deletions(-)
[Qemu-devel] [PULL 0/7] migration queue for 3.0
Posted by Dr. David Alan Gilbert (git) 7 years, 3 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit 3bae150448dbd888a480f892ebbf01caec0d8329:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2018-07-24 15:26:01 +0100)

are available in the Git repository at:

  git://github.com/dagrh/qemu.git tags/pull-migration-20180724a

for you to fetch changes up to 4b3fb65db973b51346e3456987ba80b15c1fc75c:

  migration: fix duplicate initialization for expected_downtime and cleanup_bh (2018-07-24 17:28:57 +0100)

----------------------------------------------------------------
Migration pull for 3.0

Fixes only

----------------------------------------------------------------
Dr. David Alan Gilbert (2):
      migrate: Fix cancelling state warning
      audio/hda: Fix migration

Lidong Chen (1):
      migration: fix duplicate initialization for expected_downtime and cleanup_bh

Peter Xu (4):
      migration: fix potential overflow in multifd send
      migration: update recv bitmap only on dest vm
      migration: disallow recovery for release-ram
      tests: only update last_byte when at the edge

 hw/audio/hda-codec.c   |  2 +-
 migration/migration.c  | 22 ++++++++++++++++++++--
 migration/ram.c        | 13 ++++++++++---
 tests/migration-test.c |  2 +-
 4 files changed, 32 insertions(+), 7 deletions(-)

Re: [Qemu-devel] [PULL 0/7] migration queue for 3.0
Posted by Peter Maydell 7 years, 3 months ago
On 24 July 2018 at 19:34, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The following changes since commit 3bae150448dbd888a480f892ebbf01caec0d8329:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2018-07-24 15:26:01 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dagrh/qemu.git tags/pull-migration-20180724a
>
> for you to fetch changes up to 4b3fb65db973b51346e3456987ba80b15c1fc75c:
>
>   migration: fix duplicate initialization for expected_downtime and cleanup_bh (2018-07-24 17:28:57 +0100)
>
> ----------------------------------------------------------------
> Migration pull for 3.0
>
> Fixes only
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM