[Qemu-devel] [PULL 00/16] migration queue

Dr. David Alan Gilbert (git) posted 16 patches 4 years, 11 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190514183454.12758-1-dgilbert@redhat.com
Maintainers: Juan Quintela <quintela@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, zhanghailiang <zhang.zhanghailiang@huawei.com>
There is a newer version of this series
include/migration/colo.h    |  4 +-
include/migration/vmstate.h | 14 +++++++
migration/colo-failover.c   |  2 +-
migration/colo.c            |  2 +-
migration/migration.c       | 26 ++++++++++---
migration/migration.h       |  1 -
migration/ram.c             | 22 +++++------
migration/savevm.c          | 89 ++++++++++++++++++++++++---------------------
migration/vmstate.c         |  8 ++--
monitor.c                   |  3 +-
qemu-options.hx             |  9 +++--
11 files changed, 105 insertions(+), 75 deletions(-)
[Qemu-devel] [PULL 00/16] migration queue
Posted by Dr. David Alan Gilbert (git) 4 years, 11 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit e329ad2ab72c43b56df88b34954c2c7d839bb373:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190513' into staging (2019-05-14 10:08:47 +0100)

are available in the Git repository at:

  git://github.com/dagrh/qemu.git tags/pull-migration-20190514b

for you to fetch changes up to 9d3250d5ba8c4c5389530b861686e22e77fddcc7:

  monitor: Call mon_get_cpu() only once at hmp_gva2gpa() (2019-05-14 19:00:04 +0100)

----------------------------------------------------------------
Migration pull 2019-05-14

Small fixes/cleanups
One HMP/monitor fix

----------------------------------------------------------------
Cole Robinson (1):
      migration: savevm: fix error code with migration blockers

Eduardo Habkost (1):
      monitor: Call mon_get_cpu() only once at hmp_gva2gpa()

Peter Xu (1):
      migration: comment VMSTATE_UNUSED*() properly

Wei Yang (8):
      migration: not necessary to check ops again
      migration: remove not used field xfer_limit
      vmstate: check subsection_found is enough
      migration/ram.c: start of migration_bitmap_sync_range is always 0
      migration/savevm: remove duplicate check of migration_is_blocked
      migration/savevm: load_header before load_setup
      migration/savevm: wrap into qemu_loadvm_state_header()
      migration/ram.c: fix typos in comments

Yi Wang (1):
      migration: update comments of migration bitmap

Yury Kotov (1):
      migration: Fix use-after-free during process exit

Zhang Chen (3):
      migration/colo.c: Remove redundant input parameter
      migration/colo.h: Remove obsolete codes
      qemu-option.hx: Update missed parameter for colo-compare

 include/migration/colo.h    |  4 +-
 include/migration/vmstate.h | 14 +++++++
 migration/colo-failover.c   |  2 +-
 migration/colo.c            |  2 +-
 migration/migration.c       | 26 ++++++++++---
 migration/migration.h       |  1 -
 migration/ram.c             | 22 +++++------
 migration/savevm.c          | 89 ++++++++++++++++++++++++---------------------
 migration/vmstate.c         |  8 ++--
 monitor.c                   |  3 +-
 qemu-options.hx             |  9 +++--
 11 files changed, 105 insertions(+), 75 deletions(-)

Re: [Qemu-devel] [PULL 00/16] migration queue
Posted by Peter Maydell 4 years, 11 months ago
On Tue, 14 May 2019 at 19:36, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
>
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The following changes since commit e329ad2ab72c43b56df88b34954c2c7d839bb373:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190513' into staging (2019-05-14 10:08:47 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dagrh/qemu.git tags/pull-migration-20190514b
>
> for you to fetch changes up to 9d3250d5ba8c4c5389530b861686e22e77fddcc7:
>
>   monitor: Call mon_get_cpu() only once at hmp_gva2gpa() (2019-05-14 19:00:04 +0100)
>
> ----------------------------------------------------------------
> Migration pull 2019-05-14
>
> Small fixes/cleanups
> One HMP/monitor fix
>
> ----------------------------------------------------------------



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM