[Qemu-devel] [PULL 0/9] migration queue

Dr. David Alan Gilbert (git) posted 9 patches 6 years, 9 months ago
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190123155830.8459-1-dgilbert@redhat.com
Maintainers: Eric Blake <eblake@redhat.com>, Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Markus Armbruster <armbru@redhat.com>
There is a newer version of this series
hmp.c                        |  2 ++
include/migration/register.h |  2 +-
migration/channel.c          | 11 +++++-----
migration/migration.c        | 51 +++++++++++++++++++++++++++-----------------
migration/migration.h        | 12 +++++++++--
migration/postcopy-ram.c     |  1 +
migration/ram.c              | 34 ++++++++++++++++++++---------
migration/ram.h              |  4 ++--
migration/rdma.c             |  1 +
migration/savevm.c           |  5 +++--
qapi/migration.json          |  5 ++++-
tests/test-vmstate.c         | 50 +++++++++++++++++++++++++++++++++++++++++++
util/main-loop.c             |  8 +++----
13 files changed, 139 insertions(+), 47 deletions(-)
[Qemu-devel] [PULL 0/9] migration queue
Posted by Dr. David Alan Gilbert (git) 6 years, 9 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit 9f33051abce238ab43a23125e237aac8b0931b88:

  Merge remote-tracking branch 'remotes/kraxel/tags/ipxe-20190122-pull-request' into staging (2019-01-22 19:24:10 +0000)

are available in the Git repository at:

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

for you to fetch changes up to aecbfe9c64a6005f57b2132eb29db2ba7c0993fe:

  migration: introduce pages-per-second (2019-01-23 15:51:47 +0000)

----------------------------------------------------------------
Migration pull 2019-01-23

New pages-per-second stat, a new test, and a bunch
of fixes and tidy ups.

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
      migration/rdma: unregister fd handler

Fei Li (5):
      Fix segmentation fault when qemu_signal_init fails
      migration: fix the multifd code when receiving less channels
      migration: multifd_save_cleanup() can't fail, simplify
      migration: add more error handling for postcopy_ram_enable_notify
      migration: unify error handling for process_incoming_migration_co

Marc-André Lureau (2):
      tests: add /vmstate/simple/array
      vmstate: constify SaveVMHandlers

Xiao Guangrong (1):
      migration: introduce pages-per-second

 hmp.c                        |  2 ++
 include/migration/register.h |  2 +-
 migration/channel.c          | 11 +++++-----
 migration/migration.c        | 51 +++++++++++++++++++++++++++-----------------
 migration/migration.h        | 12 +++++++++--
 migration/postcopy-ram.c     |  1 +
 migration/ram.c              | 34 ++++++++++++++++++++---------
 migration/ram.h              |  4 ++--
 migration/rdma.c             |  1 +
 migration/savevm.c           |  5 +++--
 qapi/migration.json          |  5 ++++-
 tests/test-vmstate.c         | 50 +++++++++++++++++++++++++++++++++++++++++++
 util/main-loop.c             |  8 +++----
 13 files changed, 139 insertions(+), 47 deletions(-)

Re: [Qemu-devel] [PULL 0/9] migration queue
Posted by Peter Maydell 6 years, 9 months ago
On Wed, 23 Jan 2019 at 16:05, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
>
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The following changes since commit 9f33051abce238ab43a23125e237aac8b0931b88:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ipxe-20190122-pull-request' into staging (2019-01-22 19:24:10 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/dagrh/qemu.git tags/pull-migration-20190123a
>
> for you to fetch changes up to aecbfe9c64a6005f57b2132eb29db2ba7c0993fe:
>
>   migration: introduce pages-per-second (2019-01-23 15:51:47 +0000)
>
> ----------------------------------------------------------------
> Migration pull 2019-01-23
>
> New pages-per-second stat, a new test, and a bunch
> of fixes and tidy ups.
>


Applied, thanks.

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

-- PMM