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

2019-01-23 Thread Dr. David Alan Gilbert
* fei (lifei1...@126.com) wrote: > > > > 在 2019年1月16日,23:00,Dr. David Alan Gilbert 写道: > > > > * Philippe Mathieu-Daudé (phi...@redhat.com) wrote: > >>> On 1/16/19 5:50 AM, Fei Li wrote: > >>> Hi all, > >>> > >>> Kindly ping. :) > >>> > >>> As my v10 of qemu_thread_create partly rely on this

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

2019-01-16 Thread fei
> 在 2019年1月16日,23:00,Dr. David Alan Gilbert 写道: > > * Philippe Mathieu-Daudé (phi...@redhat.com) wrote: >>> On 1/16/19 5:50 AM, Fei Li wrote: >>> 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

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

2019-01-16 Thread Dr. David Alan Gilbert
* Philippe Mathieu-Daudé (phi...@redhat.com) wrote: > On 1/16/19 5:50 AM, Fei Li wrote: > > 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_t

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

2019-01-16 Thread Philippe Mathieu-Daudé
On 1/16/19 5:50 AM, Fei Li wrote: > 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? Thank

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

2019-01-15 Thread Fei Li
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

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

2019-01-13 Thread 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 a