qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-4.0 0/5] fix some segmentation faults and mi


From: Fei Li
Subject: Re: [Qemu-devel] [PATCH for-4.0 0/5] fix some segmentation faults and migration issues
Date: Wed, 16 Jan 2019 12:50:56 +0800
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

Hi all,

Kindly ping. :)

As my v10 of qemu_thread_create partly rely on this patch series, I'd like to know when will these 5 patches be merged, or I join them with v10 of qemu_thread_create and send together. Could anyone shed light on me? Thanks for the advice in advance.


Have a nice day
Fei
在 2019/1/13 下午10:08, 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(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]