qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/5] migration queue
@ 2022-08-02 15:54 Dr. David Alan Gilbert (git)
  2022-08-02 15:54 ` [PULL 1/5] migration: add remaining params->has_* = true in migration_instance_init() Dr. David Alan Gilbert (git)
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2022-08-02 15:54 UTC (permalink / raw)
  To: qemu-devel, leobras, thuth, peter.maydell, vgoyal; +Cc: peterx, quintela

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit 0399521e53336bd2cdc15482bca0ffd3493fdff6:

  Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into staging (2022-08-02 06:52:05 -0700)

are available in the Git repository at:

  https://gitlab.com/dagrh/qemu.git tags/pull-migration-20220802c

for you to fetch changes up to a21ba54dd5ca38cd05da9035fc65374d7af54f13:

  virtiofsd: Disable killpriv_v2 by default (2022-08-02 16:46:52 +0100)

----------------------------------------------------------------
Migration fixes pull 2022-08-02

Small migration (and virtiofsd) fixes.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

----------------------------------------------------------------
Leonardo Bras (1):
      migration: add remaining params->has_* = true in migration_instance_init()

Peter Maydell (2):
      migration: Assert that migrate_multifd_compression() returns an in-range value
      migration: Define BLK_MIG_BLOCK_SIZE as unsigned long long

Thomas Huth (1):
      Revert "migration: Simplify unqueue_page()"

Vivek Goyal (1):
      virtiofsd: Disable killpriv_v2 by default

 migration/block.c                |  2 +-
 migration/migration.c            |  5 +++++
 migration/ram.c                  | 37 ++++++++++++++++++++++++++-----------
 migration/trace-events           |  3 ++-
 tools/virtiofsd/passthrough_ll.c | 13 ++-----------
 5 files changed, 36 insertions(+), 24 deletions(-)



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PULL 0/5] migration queue
@ 2020-07-03 15:27 Dr. David Alan Gilbert (git)
  2020-07-04 15:08 ` Peter Maydell
  0 siblings, 1 reply; 11+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2020-07-03 15:27 UTC (permalink / raw)
  To: qemu-devel, quintela, zhukeqian1, stefanha

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit 6651620b92bc08cde07cb500e9a43dba7bd9b2b7:

  Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20200702-pull-request' into staging (2020-07-03 09:55:35 +0100)

are available in the Git repository at:

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

for you to fetch changes up to fb6135807fcab4670d69663ac88e88e124348ffd:

  migration: Count new_dirty instead of real_dirty (2020-07-03 16:23:05 +0100)

----------------------------------------------------------------
virtiofsd+migration pull 2020-07-03

A couple of small migration fixes, and some capability
rework for virtiofsd.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

----------------------------------------------------------------
Dr. David Alan Gilbert (4):
      virtiofsd: Terminate capability list
      virtiofsd: Check capability calls
      virtiofsd: Allow addition or removal of capabilities
      migration: postcopy take proper error return

Keqian Zhu (1):
      migration: Count new_dirty instead of real_dirty

 docs/tools/virtiofsd.rst         |  5 +++
 include/exec/ram_addr.h          |  5 +--
 migration/postcopy-ram.c         |  2 +-
 migration/ram.c                  |  8 +++--
 tools/virtiofsd/helper.c         |  2 ++
 tools/virtiofsd/passthrough_ll.c | 71 +++++++++++++++++++++++++++++++++++++---
 6 files changed, 80 insertions(+), 13 deletions(-)



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PULL 0/5] migration queue
@ 2020-03-13 10:30 Dr. David Alan Gilbert (git)
  2020-03-13 14:48 ` Peter Maydell
  0 siblings, 1 reply; 11+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2020-03-13 10:30 UTC (permalink / raw)
  To: qemu-devel, zhang.zhanghailiang, zhukeqian1, quintela

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit d4f7d56759f7c75270c13d5f3f5f736a9558929c:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200312' into staging (2020-03-12 17:34:34 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 19dd408a479cae3027ae9ff9ef3f509ad3e681e5:

  migration: recognize COLO as part of activating process (2020-03-13 09:36:30 +0000)

----------------------------------------------------------------
Migration pull 2020-03-13

zstd build fix
A new auto-converge parameter
Some COLO improvements

----------------------------------------------------------------
Hailiang Zhang (3):
      COLO: Optimize memory back-up process
      ram/colo: only record bitmap of dirty pages in COLO stage
      migration: recognize COLO as part of activating process

Juan Quintela (1):
      configure: Improve zstd test

Keqian Zhu (1):
      migration/throttle: Add throttle-trig-thres migration parameter

 configure             |   3 +-
 migration/colo.c      |   3 ++
 migration/migration.c |  25 ++++++++++
 migration/ram.c       | 123 +++++++++++++++++++++++++++++++++-----------------
 migration/ram.h       |   1 +
 monitor/hmp-cmds.c    |   7 +++
 qapi/migration.json   |  16 ++++++-
 7 files changed, 135 insertions(+), 43 deletions(-)



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-08-02 19:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-02 15:54 [PULL 0/5] migration queue Dr. David Alan Gilbert (git)
2022-08-02 15:54 ` [PULL 1/5] migration: add remaining params->has_* = true in migration_instance_init() Dr. David Alan Gilbert (git)
2022-08-02 15:54 ` [PULL 2/5] Revert "migration: Simplify unqueue_page()" Dr. David Alan Gilbert (git)
2022-08-02 15:54 ` [PULL 3/5] migration: Assert that migrate_multifd_compression() returns an in-range value Dr. David Alan Gilbert (git)
2022-08-02 15:54 ` [PULL 4/5] migration: Define BLK_MIG_BLOCK_SIZE as unsigned long long Dr. David Alan Gilbert (git)
2022-08-02 15:54 ` [PULL 5/5] virtiofsd: Disable killpriv_v2 by default Dr. David Alan Gilbert (git)
2022-08-02 19:12 ` [PULL 0/5] migration queue Richard Henderson
  -- strict thread matches above, loose matches on Subject: below --
2020-07-03 15:27 Dr. David Alan Gilbert (git)
2020-07-04 15:08 ` Peter Maydell
2020-03-13 10:30 Dr. David Alan Gilbert (git)
2020-03-13 14:48 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).