qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/12] migration queue
@ 2020-11-02 19:56 Dr. David Alan Gilbert (git)
  2020-11-02 19:56 ` [PULL 01/12] migration: Unify reset of last_rb on destination node when recover Dr. David Alan Gilbert (git)
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2020-11-02 19:56 UTC (permalink / raw)
  To: qemu-devel, peterx, philmd, zhangjiachen.jaycee, mreitz
  Cc: stefanha, quintela

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

The following changes since commit b139d11ae198aba0e009daddf7a3370ce84b2d09:

  Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20201102' into staging (2020-11-02 16:05:47 +0000)

are available in the Git repository at:

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

for you to fetch changes up to af1bb3fe7f146fafdaadb479975ca2b53b49df40:

  tests/acceptance: Add virtiofs_submounts.py (2020-11-02 19:23:48 +0000)

----------------------------------------------------------------
Migration and virtiofs fixes 2020-11-02

Fixes for postcopy migration test hang
A seccomp crash for virtiofsd on some !x86
Help message and minor CID fix

And another crack at Max's set.

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

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
      virtiofsd: Seccomp: Add 'send' for syslog

Jiachen Zhang (1):
      virtiofsd: Fix the help message of posix lock

Max Reitz (7):
      virtiofsd: Check FUSE_SUBMOUNTS
      virtiofsd: Add attr_flags to fuse_entry_param
      meson.build: Check for statx()
      virtiofsd: Add mount ID to the lo_inode key
      virtiofsd: Announce sub-mount points
      tests/acceptance/boot_linux: Accept SSH pubkey
      tests/acceptance: Add virtiofs_submounts.py

Peter Xu (2):
      migration: Unify reset of last_rb on destination node when recover
      migration: Postpone the kick of the fault thread after recover

Philippe Mathieu-Daudé (1):
      tools/virtiofsd: Check vu_init() return value (CID 1435958)

 meson.build                                        |  16 +
 migration/postcopy-ram.c                           |   2 -
 migration/savevm.c                                 |  17 +-
 tests/acceptance/boot_linux.py                     |  13 +-
 tests/acceptance/virtiofs_submounts.py             | 321 +++++++++++++++++++++
 .../virtiofs_submounts.py.data/cleanup.sh          |  46 +++
 .../virtiofs_submounts.py.data/guest-cleanup.sh    |  30 ++
 .../acceptance/virtiofs_submounts.py.data/guest.sh | 138 +++++++++
 .../acceptance/virtiofs_submounts.py.data/host.sh  | 127 ++++++++
 tools/virtiofsd/fuse_common.h                      |   7 +
 tools/virtiofsd/fuse_lowlevel.c                    |   5 +
 tools/virtiofsd/fuse_lowlevel.h                    |   5 +
 tools/virtiofsd/fuse_virtio.c                      |   7 +-
 tools/virtiofsd/helper.c                           |   3 +-
 tools/virtiofsd/passthrough_ll.c                   | 117 +++++++-
 tools/virtiofsd/passthrough_seccomp.c              |   2 +
 16 files changed, 832 insertions(+), 24 deletions(-)
 create mode 100644 tests/acceptance/virtiofs_submounts.py
 create mode 100644 tests/acceptance/virtiofs_submounts.py.data/cleanup.sh
 create mode 100644 tests/acceptance/virtiofs_submounts.py.data/guest-cleanup.sh
 create mode 100644 tests/acceptance/virtiofs_submounts.py.data/guest.sh
 create mode 100644 tests/acceptance/virtiofs_submounts.py.data/host.sh



^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PULL 00/12] migration queue
@ 2020-05-07 17:01 Dr. David Alan Gilbert (git)
  2020-05-07 18:49 ` Peter Maydell
  0 siblings, 1 reply; 18+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2020-05-07 17:01 UTC (permalink / raw)
  To: qemu-devel, david, zhukeqian1, maozhongyi, marcandre.lureau,
	pannengyuan, f4bug, wei.w.wang, yi.y.sun, quintela

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

The following changes since commit 3c7adbc67d9a5c3e992a4dd13b8704464daaad5b:

  Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request' into staging (2020-05-07 14:30:12 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 13f2cb21e5fb33e9f8d7db8eee48edc1c67b812f:

  migration/multifd: Do error_free after migrate_set_error to avoid memleaks (2020-05-07 17:40:24 +0100)

----------------------------------------------------------------
Migration pull 2020-05-07

Mostly tidy-ups, but two new features:
  cpu-throttle-tailslow for making a gentler throttle
  xbzrle encoding rate measurement for getting a feal for xbzrle
performance.

----------------------------------------------------------------
David Hildenbrand (1):
      migration/ram: Consolidate variable reset after placement in ram_load_postcopy()

Keqian Zhu (1):
      migration/throttle: Add cpu-throttle-tailslow migration parameter

Mao Zhongyi (4):
      migration: fix bad indentation in error_report()
      migration/migration: improve error reporting for migrate parameters
      monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed()
      migration: move the units of migrate parameters from milliseconds to ms

Marc-André Lureau (1):
      docs/devel/migration: start a debugging section

Pan Nengyuan (3):
      migration/rdma: fix a memleak on error path in rdma_start_incoming_migration
      migration/multifd: fix memleaks in multifd_new_send_channel_async
      migration/multifd: Do error_free after migrate_set_error to avoid memleaks

Philippe Mathieu-Daudé (1):
      migration/colo: Add missing error-propagation code

Wei Wang (1):
      migration/xbzrle: add encoding rate

 docs/devel/migration.rst | 20 +++++++++++++
 migration/colo.c         |  3 ++
 migration/migration.c    | 44 +++++++++++++++++++---------
 migration/multifd.c      |  5 ++++
 migration/ram.c          | 74 ++++++++++++++++++++++++++++++++++++++++--------
 migration/rdma.c         |  1 +
 monitor/hmp-cmds.c       | 23 +++++++++++----
 qapi/migration.json      | 53 +++++++++++++++++++++++++++++++++-
 8 files changed, 192 insertions(+), 31 deletions(-)



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

end of thread, other threads:[~2020-11-03 10:39 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-02 19:56 [PULL 00/12] migration queue Dr. David Alan Gilbert (git)
2020-11-02 19:56 ` [PULL 01/12] migration: Unify reset of last_rb on destination node when recover Dr. David Alan Gilbert (git)
2020-11-02 19:56 ` [PULL 02/12] migration: Postpone the kick of the fault thread after recover Dr. David Alan Gilbert (git)
2020-11-02 19:56 ` [PULL 03/12] virtiofsd: Seccomp: Add 'send' for syslog Dr. David Alan Gilbert (git)
2020-11-02 19:56 ` [PULL 04/12] tools/virtiofsd: Check vu_init() return value (CID 1435958) Dr. David Alan Gilbert (git)
2020-11-02 19:56 ` [PULL 05/12] virtiofsd: Fix the help message of posix lock Dr. David Alan Gilbert (git)
2020-11-02 19:56 ` [PULL 06/12] virtiofsd: Check FUSE_SUBMOUNTS Dr. David Alan Gilbert (git)
2020-11-02 19:56 ` [PULL 07/12] virtiofsd: Add attr_flags to fuse_entry_param Dr. David Alan Gilbert (git)
2020-11-02 19:56 ` [PULL 08/12] meson.build: Check for statx() Dr. David Alan Gilbert (git)
2020-11-02 19:56 ` [PULL 09/12] virtiofsd: Add mount ID to the lo_inode key Dr. David Alan Gilbert (git)
2020-11-02 19:56 ` [PULL 10/12] virtiofsd: Announce sub-mount points Dr. David Alan Gilbert (git)
2020-11-03 10:24   ` Max Reitz
2020-11-03 10:29     ` Dr. David Alan Gilbert
2020-11-02 19:56 ` [PULL 11/12] tests/acceptance/boot_linux: Accept SSH pubkey Dr. David Alan Gilbert (git)
2020-11-02 19:56 ` [PULL 12/12] tests/acceptance: Add virtiofs_submounts.py Dr. David Alan Gilbert (git)
2020-11-03 10:37 ` [PULL 00/12] migration queue Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2020-05-07 17:01 Dr. David Alan Gilbert (git)
2020-05-07 18:49 ` 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).