qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Juan Quintela
Subject: [Qemu-devel] [PULL 00/10] Migration patches
Date: Wed, 13 Mar 2019 12:51:11 +0100

The following changes since commit 3f3bbfc7cef4490c5ed5550766a81e7d18f08db1:

  Merge remote-tracking branch 
'remotes/huth-gitlab/tags/pull-request-2019-03-12' into staging (2019-03-12 
21:06:26 +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 d677dc8d443e00bb9472fda6cc95ed2256f49670:

  migration: add support for a "tls-authz" migration parameter (2019-03-13 
12:28:21 +0100)

----------------------------------------------------------------
Migration fixes

- multifd "upgrade" from experimental
- tls auth change  (danp)

Later, Juan.

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

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

Juan Quintela (9):
  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-
  tests: Add migration multifd test

 hmp.c                  | 26 +++++++-------
 migration/migration.c  | 64 +++++++++++----------------------
 migration/migration.h  |  1 -
 migration/ram.c        | 82 ++++++++++++++++++++++++++++++------------
 migration/tls.c        |  2 +-
 migration/trace-events |  4 +--
 qapi/migration.json    | 59 +++++++++++++++---------------
 tests/migration-test.c | 48 +++++++++++++++++++++++++
 8 files changed, 176 insertions(+), 110 deletions(-)

-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]