[Qemu-devel] [PULL 00/15] Migration patches

Juan Quintela posted 15 patches 5 years, 1 month ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190325174706.6741-1-quintela@redhat.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Juan Quintela <quintela@redhat.com>, Markus Armbruster <armbru@redhat.com>, zhanghailiang <zhang.zhanghailiang@huawei.com>, Eric Blake <eblake@redhat.com>
There is a newer version of this series
hmp.c                  | 26 +++++++-------
migration/colo.c       | 57 ++++++++++++++++++++---------
migration/migration.c  | 70 ++++++++++++++----------------------
migration/migration.h  |  1 -
migration/ram.c        | 82 ++++++++++++++++++++++++++++++------------
migration/rdma.c       |  6 +++-
migration/tls.c        |  2 +-
migration/trace-events |  4 +--
qapi/migration.json    | 81 ++++++++++++++++++++++-------------------
9 files changed, 194 insertions(+), 135 deletions(-)
[Qemu-devel] [PULL 00/15] Migration patches
Posted by Juan Quintela 5 years, 1 month ago
The following changes since commit 50ccc488b0d4c3b8e2790c18bcd7329fc609a1c6:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190325' into staging (2019-03-25 15:58:49 +0000)

are available in the Git repository at:

  https://github.com/juanquintela/qemu.git tags/migration-pull-request

for you to fetch changes up to c38c1c142e64901b09f5ac000695071ed8c0e3a5:

  migration/postcopy: Update the bandwidth during postcopy (2019-03-25 18:46:03 +0100)

----------------------------------------------------------------
Pull request

- Rebase last pull request
- Drop multifd
- several other minor fixesLaLaLa

----------------------------------------------------------------

Daniel P. Berrangé (1):
  migration: add support for a "tls-authz" migration parameter

Dr. David Alan Gilbert (2):
  migration/rdma: Check qemu_rdma_init_one_block
  migration/postcopy: Update the bandwidth during postcopy

Juan Quintela (8):
  multifd: Only send pages when packet are not empty
  multifd: Rename "size" member to pages_alloc
  multifd: Create new next_packet_size field
  multifd: Drop x-multifd-page-count parameter
  multifd: Be flexible about packet size
  multifd: Change default packet size
  multifd: Add some padding
  multifd: Drop x-

Zhang Chen (4):
  Migration/colo.c: Fix COLO failover status error
  Migration/colo.c: Add new COLOExitReason to handle all failover state
  Migration/colo.c: Add the necessary checks for colo_do_failover
  Migration/colo.c: Make user obtain the last COLO mode info after
    failover

 hmp.c                  | 26 +++++++-------
 migration/colo.c       | 57 ++++++++++++++++++++---------
 migration/migration.c  | 70 ++++++++++++++----------------------
 migration/migration.h  |  1 -
 migration/ram.c        | 82 ++++++++++++++++++++++++++++++------------
 migration/rdma.c       |  6 +++-
 migration/tls.c        |  2 +-
 migration/trace-events |  4 +--
 qapi/migration.json    | 81 ++++++++++++++++++++++-------------------
 9 files changed, 194 insertions(+), 135 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL 00/15] Migration patches
Posted by Peter Maydell 5 years, 1 month ago
On Mon, 25 Mar 2019 at 18:14, Juan Quintela <quintela@redhat.com> wrote:
>
> The following changes since commit 50ccc488b0d4c3b8e2790c18bcd7329fc609a1c6:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190325' into staging (2019-03-25 15:58:49 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/juanquintela/qemu.git tags/migration-pull-request
>
> for you to fetch changes up to c38c1c142e64901b09f5ac000695071ed8c0e3a5:
>
>   migration/postcopy: Update the bandwidth during postcopy (2019-03-25 18:46:03 +0100)
>
> ----------------------------------------------------------------
> Pull request
>
> - Rebase last pull request
> - Drop multifd
> - several other minor fixesLaLaLa
>

Applied, thanks.

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

-- PMM