[Qemu-devel] [PATCH RFC 0/5] fix some segmentation faults and migration issues

Fei Li posted 5 patches 5 years, 5 months ago
Test asan passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181128103308.26755-1-fli@suse.com
There is a newer version of this series
migration/channel.c      | 11 ++++++-----
migration/migration.c    | 14 ++++++++------
migration/migration.h    |  2 +-
migration/postcopy-ram.c |  1 +
migration/ram.c          | 18 ++++++++++--------
migration/ram.h          |  4 ++--
migration/savevm.c       |  1 +
util/main-loop.c         |  8 ++++----
util/qemu-thread-posix.c |  3 +++
util/qemu-thread-win32.c |  2 +-
10 files changed, 37 insertions(+), 27 deletions(-)
[Qemu-devel] [PATCH RFC 0/5] fix some segmentation faults and migration issues
Posted by Fei Li 5 years, 5 months ago
These five patches are almost get the Reviewed-by and extracted from
previous "[PATCH RFC v7 0/9] qemu_thread_create: propagate errors to
callers to check."  The mentioned patch series have waited on one
multifd issue for a while and still needs a further discussion.

Thus separate(send) these five almost-done patches and hope they can
be merged for the next tag. Thanks for the review. :)


Fei Li (5):
  Fix segmentation fault when qemu_signal_init fails
  qemu_thread_join: fix segmentation fault
  migration: fix the multifd code when receiving less channels
  migration: remove unused &local_err parameter in multifd_save_cleanup
  migration: add more error handling for postcopy_ram_enable_notify

 migration/channel.c      | 11 ++++++-----
 migration/migration.c    | 14 ++++++++------
 migration/migration.h    |  2 +-
 migration/postcopy-ram.c |  1 +
 migration/ram.c          | 18 ++++++++++--------
 migration/ram.h          |  4 ++--
 migration/savevm.c       |  1 +
 util/main-loop.c         |  8 ++++----
 util/qemu-thread-posix.c |  3 +++
 util/qemu-thread-win32.c |  2 +-
 10 files changed, 37 insertions(+), 27 deletions(-)

-- 
2.13.7