qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/16] migration queue
@ 2019-05-14 18:34 Dr. David Alan Gilbert (git)
  2019-05-14 18:34 ` [Qemu-devel] [PULL 01/16] migration: comment VMSTATE_UNUSED*() properly Dr. David Alan Gilbert (git)
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2019-05-14 18:34 UTC (permalink / raw)
  To: qemu-devel, quintela, peterx, ehabkost, richardw.yang, yury-kotov,
	chen.zhang

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

The following changes since commit e329ad2ab72c43b56df88b34954c2c7d839bb373:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190513' into staging (2019-05-14 10:08:47 +0100)

are available in the Git repository at:

  git://github.com/dagrh/qemu.git tags/pull-migration-20190514b

for you to fetch changes up to 9d3250d5ba8c4c5389530b861686e22e77fddcc7:

  monitor: Call mon_get_cpu() only once at hmp_gva2gpa() (2019-05-14 19:00:04 +0100)

----------------------------------------------------------------
Migration pull 2019-05-14

Small fixes/cleanups
One HMP/monitor fix

----------------------------------------------------------------
Cole Robinson (1):
      migration: savevm: fix error code with migration blockers

Eduardo Habkost (1):
      monitor: Call mon_get_cpu() only once at hmp_gva2gpa()

Peter Xu (1):
      migration: comment VMSTATE_UNUSED*() properly

Wei Yang (8):
      migration: not necessary to check ops again
      migration: remove not used field xfer_limit
      vmstate: check subsection_found is enough
      migration/ram.c: start of migration_bitmap_sync_range is always 0
      migration/savevm: remove duplicate check of migration_is_blocked
      migration/savevm: load_header before load_setup
      migration/savevm: wrap into qemu_loadvm_state_header()
      migration/ram.c: fix typos in comments

Yi Wang (1):
      migration: update comments of migration bitmap

Yury Kotov (1):
      migration: Fix use-after-free during process exit

Zhang Chen (3):
      migration/colo.c: Remove redundant input parameter
      migration/colo.h: Remove obsolete codes
      qemu-option.hx: Update missed parameter for colo-compare

 include/migration/colo.h    |  4 +-
 include/migration/vmstate.h | 14 +++++++
 migration/colo-failover.c   |  2 +-
 migration/colo.c            |  2 +-
 migration/migration.c       | 26 ++++++++++---
 migration/migration.h       |  1 -
 migration/ram.c             | 22 +++++------
 migration/savevm.c          | 89 ++++++++++++++++++++++++---------------------
 migration/vmstate.c         |  8 ++--
 monitor.c                   |  3 +-
 qemu-options.hx             |  9 +++--
 11 files changed, 105 insertions(+), 75 deletions(-)


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

end of thread, other threads:[~2019-05-16 12:54 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-14 18:34 [Qemu-devel] [PULL 00/16] migration queue Dr. David Alan Gilbert (git)
2019-05-14 18:34 ` [Qemu-devel] [PULL 01/16] migration: comment VMSTATE_UNUSED*() properly Dr. David Alan Gilbert (git)
2019-05-14 18:34 ` [Qemu-devel] [PULL 02/16] migration: not necessary to check ops again Dr. David Alan Gilbert (git)
2019-05-14 18:34 ` [Qemu-devel] [PULL 03/16] migration: remove not used field xfer_limit Dr. David Alan Gilbert (git)
2019-05-14 18:34 ` [Qemu-devel] [PULL 04/16] vmstate: check subsection_found is enough Dr. David Alan Gilbert (git)
2019-05-14 18:34 ` [Qemu-devel] [PULL 05/16] migration: savevm: fix error code with migration blockers Dr. David Alan Gilbert (git)
2019-05-14 18:34 ` [Qemu-devel] [PULL 06/16] migration/colo.c: Remove redundant input parameter Dr. David Alan Gilbert (git)
2019-05-14 18:34 ` [Qemu-devel] [PULL 07/16] migration/colo.h: Remove obsolete codes Dr. David Alan Gilbert (git)
2019-05-14 18:34 ` [Qemu-devel] [PULL 08/16] qemu-option.hx: Update missed parameter for colo-compare Dr. David Alan Gilbert (git)
2019-05-14 18:34 ` [Qemu-devel] [PULL 09/16] migration/ram.c: start of migration_bitmap_sync_range is always 0 Dr. David Alan Gilbert (git)
2019-05-14 18:34 ` [Qemu-devel] [PULL 10/16] migration: update comments of migration bitmap Dr. David Alan Gilbert (git)
2019-05-14 18:34 ` [Qemu-devel] [PULL 11/16] migration/savevm: remove duplicate check of migration_is_blocked Dr. David Alan Gilbert (git)
2019-05-14 18:34 ` [Qemu-devel] [PULL 12/16] migration/savevm: load_header before load_setup Dr. David Alan Gilbert (git)
2019-05-14 18:34 ` [Qemu-devel] [PULL 13/16] migration/savevm: wrap into qemu_loadvm_state_header() Dr. David Alan Gilbert (git)
2019-05-14 18:34 ` [Qemu-devel] [PULL 14/16] migration: Fix use-after-free during process exit Dr. David Alan Gilbert (git)
2019-05-14 18:34 ` [Qemu-devel] [PULL 15/16] migration/ram.c: fix typos in comments Dr. David Alan Gilbert (git)
2019-05-14 18:34 ` [Qemu-devel] [PULL 16/16] monitor: Call mon_get_cpu() only once at hmp_gva2gpa() Dr. David Alan Gilbert (git)
2019-05-16 11:54 ` [Qemu-devel] [PULL 00/16] migration queue 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).