qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-4.0 0/5] fix some segmentation faults and migration issues
@ 2019-01-13 14:08 Fei Li
  2019-01-13 14:08 ` [Qemu-devel] [PATCH for-4.0 1/5] Fix segmentation fault when qemu_signal_init fails Fei Li
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Fei Li @ 2019-01-13 14:08 UTC (permalink / raw)
  To: qemu-devel, shirley17fei; +Cc: Fei Li

All these five patches have gotten the Reviewed-by: the first patch
is to fix one segmentation fault and the other four are to fix some
migration issues.

To be more detail, they are extracted from previous
"[PATCH for-4.0 v9 16/16] qemu_thread_create: propagate errors to
callers to handle.", but actually these five patches are derivative
and not relevant to the mentioned qemu_thread_create patch series.
Thus send them separately to make them be merged earlier.

Fei Li (5):
  Fix segmentation fault when qemu_signal_init fails
  migration: fix the multifd code when receiving less channels
  migration: multifd_save_cleanup() can't fail, simplify
  migration: add more error handling for postcopy_ram_enable_notify
  migration: unify error handling for process_incoming_migration_co

 migration/channel.c      | 11 ++++++-----
 migration/migration.c    | 40 +++++++++++++++++++++-------------------
 migration/migration.h    |  2 +-
 migration/postcopy-ram.c |  1 +
 migration/ram.c          | 28 ++++++++++++++++++----------
 migration/ram.h          |  4 ++--
 migration/savevm.c       |  1 +
 util/main-loop.c         |  8 ++++----
 8 files changed, 54 insertions(+), 41 deletions(-)

-- 
2.17.2 (Apple Git-113)

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

end of thread, other threads:[~2019-01-23 11:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-13 14:08 [Qemu-devel] [PATCH for-4.0 0/5] fix some segmentation faults and migration issues Fei Li
2019-01-13 14:08 ` [Qemu-devel] [PATCH for-4.0 1/5] Fix segmentation fault when qemu_signal_init fails Fei Li
2019-01-13 14:08 ` [Qemu-devel] [PATCH for-4.0 2/5] migration: fix the multifd code when receiving less channels Fei Li
2019-01-13 14:08 ` [Qemu-devel] [PATCH for-4.0 3/5] migration: multifd_save_cleanup() can't fail, simplify Fei Li
2019-01-13 14:08 ` [Qemu-devel] [PATCH for-4.0 4/5] migration: add more error handling for postcopy_ram_enable_notify Fei Li
2019-01-13 14:08 ` [Qemu-devel] [PATCH for-4.0 5/5] migration: unify error handling for process_incoming_migration_co Fei Li
2019-01-16  4:50 ` [Qemu-devel] [PATCH for-4.0 0/5] fix some segmentation faults and migration issues Fei Li
2019-01-16 14:52   ` Philippe Mathieu-Daudé
2019-01-16 15:00     ` Dr. David Alan Gilbert
2019-01-17  2:04       ` fei
2019-01-23 11:34         ` Dr. David Alan Gilbert

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).