mbox series

[PULL,00/12] migration/virtiofs/hmp queue

Message ID 20200601184004.272784-1-dgilbert@redhat.com
Headers show
Series migration/virtiofs/hmp queue | expand

Message

Dr. David Alan Gilbert June 1, 2020, 6:39 p.m. UTC
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(-)