All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/11] migration queue
@ 2022-04-28 14:40 Dr. David Alan Gilbert (git)
  2022-04-28 14:40 ` [PULL 01/11] tests: fix encoding of IP addresses in x509 certs Dr. David Alan Gilbert (git)
                   ` (10 more replies)
  0 siblings, 11 replies; 20+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2022-04-28 14:40 UTC (permalink / raw)
  To: qemu-devel, quintela, peterx, leobras, berrange

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

The following changes since commit cf6f26d6f9b2015ee12b4604b79359e76784163a:

  Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into staging (2022-04-27 10:49:28 -0700)

are available in the Git repository at:

  https://gitlab.com/dagrh/qemu.git tags/pull-migration-20220428a

for you to fetch changes up to 62c49432662815dc520a41cd9f2adbd7ec1e22f4:

  multifd: Implement zero copy write in multifd migration (multifd-zero-copy) (2022-04-28 14:55:24 +0100)

----------------------------------------------------------------
Migration pull 2022-04-28

Zero copy send features from Leo
Test fixes from Dan

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

----------------------------------------------------------------
Daniel P. Berrangé (4):
      tests: fix encoding of IP addresses in x509 certs
      tests: convert XBZRLE migration test to use common helper
      tests: convert multifd migration tests to use common helper
      tests: ensure migration status isn't reported as failed

Leonardo Bras (7):
      QIOChannel: Add flags on io_writev and introduce io_flush callback
      QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
      migration: Add zero-copy-send parameter for QMP/HMP for Linux
      migration: Add migrate_use_tls() helper
      multifd: multifd_send_sync_main now returns negative on error
      multifd: Send header packet without flags if zero-copy-send is enabled
      multifd: Implement zero copy write in multifd migration (multifd-zero-copy)

 chardev/char-io.c                    |   2 +-
 hw/remote/mpqemu-link.c              |   2 +-
 include/io/channel-socket.h          |   2 +
 include/io/channel.h                 |  38 ++++++++-
 io/channel-buffer.c                  |   1 +
 io/channel-command.c                 |   1 +
 io/channel-file.c                    |   1 +
 io/channel-socket.c                  | 110 ++++++++++++++++++++++++-
 io/channel-tls.c                     |   1 +
 io/channel-websock.c                 |   1 +
 io/channel.c                         |  49 +++++++++---
 migration/channel.c                  |   3 +-
 migration/migration.c                |  52 +++++++++++-
 migration/migration.h                |   6 ++
 migration/multifd.c                  |  74 ++++++++++++++---
 migration/multifd.h                  |   4 +-
 migration/ram.c                      |  29 +++++--
 migration/rdma.c                     |   1 +
 migration/socket.c                   |  12 ++-
 monitor/hmp-cmds.c                   |   6 ++
 qapi/migration.json                  |  24 ++++++
 scsi/pr-manager-helper.c             |   2 +-
 tests/qtest/migration-helpers.c      |  13 +++
 tests/qtest/migration-helpers.h      |   1 +
 tests/qtest/migration-test.c         | 150 ++++++++++++++++-------------------
 tests/unit/crypto-tls-x509-helpers.c |  16 +++-
 tests/unit/test-crypto-tlssession.c  |  11 ++-
 tests/unit/test-io-channel-socket.c  |   1 +
 28 files changed, 482 insertions(+), 131 deletions(-)



^ permalink raw reply	[flat|nested] 20+ messages in thread
* [PULL 00/11] migration queue
@ 2020-11-12 18:37 Dr. David Alan Gilbert (git)
  2020-11-13 10:49 ` Peter Maydell
  0 siblings, 1 reply; 20+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2020-11-12 18:37 UTC (permalink / raw)
  To: qemu-devel, kuhn.chenqun, zhengchuan, lihaotian9, longpeng2,
	liangpeng10, philmd, liuzhiqiang26
  Cc: stefanha, quintela

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

The following changes since commit cb5d19e8294486551c422759260883ed290226d9:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20201112' into staging (2020-11-12 11:33:26 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 7632b56c8f880a8f86cf049a3785069e1ffd2997:

  virtiofsd: check whether strdup lo.source return NULL in main func (2020-11-12 16:25:38 +0000)

----------------------------------------------------------------
Migration & virtiofs fixes for 5.2

A bunch of small fixes.

----------------------------------------------------------------
Chen Qun (1):
      migration: fix uninitialized variable warning in migrate_send_rp_req_pages()

Chuan Zheng (3):
      migration/multifd: fix hangup with TLS-Multifd due to blocking handshake
      migration/dirtyrate: simplify includes in dirtyrate.c
      multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling migration

Haotian Li (3):
      tools/virtiofsd/buffer.c: check whether buf is NULL in fuse_bufvec_advance func
      virtiofsd: check whether lo_map_reserve returns NULL in, main func
      virtiofsd: check whether strdup lo.source return NULL in main func

Longpeng (Mike) (1):
      migration: handle CANCELLING state in migration_completion()

Max Reitz (1):
      virtiofsd: Announce submounts even without statx()

Peng Liang (1):
      ACPI: Avoid infinite recursion when dump-vmstate

Philippe Mathieu-Daudé (1):
      migration/ram: Fix hexadecimal format string specifier

 hw/acpi/generic_event_device.c   | 12 +++++++++++-
 migration/dirtyrate.c            |  5 -----
 migration/migration.c            |  4 +++-
 migration/multifd.c              | 24 ++++++++++++++++++------
 migration/ram.c                  |  2 +-
 tools/virtiofsd/buffer.c         |  4 ++++
 tools/virtiofsd/passthrough_ll.c | 24 +++++++++++++++---------
 7 files changed, 52 insertions(+), 23 deletions(-)



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

end of thread, other threads:[~2022-05-03  8:40 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28 14:40 [PULL 00/11] migration queue Dr. David Alan Gilbert (git)
2022-04-28 14:40 ` [PULL 01/11] tests: fix encoding of IP addresses in x509 certs Dr. David Alan Gilbert (git)
2022-04-28 14:40 ` [PULL 02/11] tests: convert XBZRLE migration test to use common helper Dr. David Alan Gilbert (git)
2022-04-28 14:40 ` [PULL 03/11] tests: convert multifd migration tests " Dr. David Alan Gilbert (git)
2022-04-28 14:40 ` [PULL 04/11] tests: ensure migration status isn't reported as failed Dr. David Alan Gilbert (git)
2022-04-28 14:40 ` [PULL 05/11] QIOChannel: Add flags on io_writev and introduce io_flush callback Dr. David Alan Gilbert (git)
2022-04-28 14:40 ` [PULL 06/11] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX Dr. David Alan Gilbert (git)
2022-04-28 16:20   ` Dr. David Alan Gilbert
2022-04-30  2:40     ` Leonardo Bras Soares Passos
2022-05-02 23:51       ` Peter Xu
2022-05-03  0:12         ` Leonardo Bras Soares Passos
2022-05-03  1:22           ` Peter Xu
2022-05-03  8:30       ` Dr. David Alan Gilbert
2022-04-28 14:40 ` [PULL 07/11] migration: Add zero-copy-send parameter for QMP/HMP for Linux Dr. David Alan Gilbert (git)
2022-04-28 14:40 ` [PULL 08/11] migration: Add migrate_use_tls() helper Dr. David Alan Gilbert (git)
2022-04-28 14:40 ` [PULL 09/11] multifd: multifd_send_sync_main now returns negative on error Dr. David Alan Gilbert (git)
2022-04-28 14:40 ` [PULL 10/11] multifd: Send header packet without flags if zero-copy-send is enabled Dr. David Alan Gilbert (git)
2022-04-28 14:40 ` [PULL 11/11] multifd: Implement zero copy write in multifd migration (multifd-zero-copy) Dr. David Alan Gilbert (git)
  -- strict thread matches above, loose matches on Subject: below --
2020-11-12 18:37 [PULL 00/11] migration queue Dr. David Alan Gilbert (git)
2020-11-13 10:49 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.