All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/12] migration/virtiofs/hmp queue
@ 2020-06-01 18:39 Dr. David Alan Gilbert (git)
  2020-06-01 18:39 ` [PULL 01/12] migration/rdma: fix potential nullptr access in rdma_start_incoming_migration Dr. David Alan Gilbert (git)
                   ` (12 more replies)
  0 siblings, 13 replies; 26+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2020-06-01 18:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: mszeredi, lukasstraub2, quintela, pannengyuan, f4bug, stefanha

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

The following changes since commit 7ea32024c6b3ad9c88d6200e73dbf76c8e160024:

  Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-june-01-2020' into staging (2020-06-01 13:43:59 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 773861274ad75a62c7ecf70ecc8e4ba31ed62190:

  migration/migration.c: Fix hang in ram_save_host_page (2020-06-01 18:44:27 +0100)

----------------------------------------------------------------
Migration/virtiofs/hmp pull 2020-06-01

A mixed pull with:
  - RDMA migration fix (CID 1428762)
  - HMP qom-get addition and qom-set cleanup
  - a virtiofsd fix
  - COLO fixes

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

----------------------------------------------------------------
Dr. David Alan Gilbert (2):
      hmp: Implement qom-get HMP command
      hmp: Simplify qom-set

Lukas Straub (6):
      migration/colo.c: Use event instead of semaphore
      migration/colo.c: Use cpu_synchronize_all_states()
      migration/colo.c: Flush ram cache only after receiving device state
      migration/colo.c: Relaunch failover even if there was an error
      migration/colo.c: Move colo_notify_compares_event to the right place
      migration/migration.c: Fix hang in ram_save_host_page

Miklos Szeredi (1):
      virtiofsd: remove symlink fallbacks

Pan Nengyuan (2):
      migration/rdma: fix potential nullptr access in rdma_start_incoming_migration
      migration/rdma: cleanup rdma context before g_free to avoid memleaks

Philippe Mathieu-Daudé (1):
      migration/vmstate: Remove unnecessary MemoryRegion forward declaration

 hmp-commands.hx                  |  16 +++-
 include/migration/vmstate.h      |   1 -
 include/monitor/hmp.h            |   1 +
 migration/colo.c                 |  39 +++++----
 migration/migration.c            |   4 +
 migration/migration.h            |   4 +-
 migration/ram.c                  |   5 +-
 migration/ram.h                  |   1 +
 migration/rdma.c                 |  12 ++-
 qom/qom-hmp-cmds.c               |  34 +++++---
 tests/qtest/test-hmp.c           |   1 +
 tools/virtiofsd/passthrough_ll.c | 175 ++-------------------------------------
 12 files changed, 86 insertions(+), 207 deletions(-)



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

end of thread, other threads:[~2020-06-03 13:34 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 18:39 [PULL 00/12] migration/virtiofs/hmp queue Dr. David Alan Gilbert (git)
2020-06-01 18:39 ` [PULL 01/12] migration/rdma: fix potential nullptr access in rdma_start_incoming_migration Dr. David Alan Gilbert (git)
2020-06-01 18:39 ` [PULL 02/12] migration/rdma: cleanup rdma context before g_free to avoid memleaks Dr. David Alan Gilbert (git)
2020-06-01 18:39 ` [PULL 03/12] hmp: Implement qom-get HMP command Dr. David Alan Gilbert (git)
2020-06-01 18:39 ` [PULL 04/12] hmp: Simplify qom-set Dr. David Alan Gilbert (git)
2020-06-02  6:47   ` Markus Armbruster
2020-06-02  9:26     ` Dr. David Alan Gilbert
2020-06-03 10:25       ` David Hildenbrand
2020-06-03 10:43         ` Dr. David Alan Gilbert
2020-06-03 11:31           ` David Hildenbrand
2020-06-03 11:33             ` David Hildenbrand
2020-06-03 11:43             ` Dr. David Alan Gilbert
2020-06-03 12:18               ` David Hildenbrand
2020-06-03 12:24                 ` Dr. David Alan Gilbert
2020-06-03 12:26                   ` David Hildenbrand
2020-06-03 12:43                     ` David Hildenbrand
2020-06-03 13:33                       ` Dr. David Alan Gilbert
2020-06-01 18:39 ` [PULL 05/12] virtiofsd: remove symlink fallbacks Dr. David Alan Gilbert (git)
2020-06-01 18:39 ` [PULL 06/12] migration/vmstate: Remove unnecessary MemoryRegion forward declaration Dr. David Alan Gilbert (git)
2020-06-01 18:39 ` [PULL 07/12] migration/colo.c: Use event instead of semaphore Dr. David Alan Gilbert (git)
2020-06-01 18:40 ` [PULL 08/12] migration/colo.c: Use cpu_synchronize_all_states() Dr. David Alan Gilbert (git)
2020-06-01 18:40 ` [PULL 09/12] migration/colo.c: Flush ram cache only after receiving device state Dr. David Alan Gilbert (git)
2020-06-01 18:40 ` [PULL 10/12] migration/colo.c: Relaunch failover even if there was an error Dr. David Alan Gilbert (git)
2020-06-01 18:40 ` [PULL 11/12] migration/colo.c: Move colo_notify_compares_event to the right place Dr. David Alan Gilbert (git)
2020-06-01 18:40 ` [PULL 12/12] migration/migration.c: Fix hang in ram_save_host_page Dr. David Alan Gilbert (git)
2020-06-02  9:22 ` [PULL 00/12] migration/virtiofs/hmp queue 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.