Re: [RFC v4 PATCH 02/49] multi-process: util: Add qemu_thread_cancel() to cancel running thread

2019-11-13 Thread Daniel P . Berrangé
On Wed, Nov 13, 2019 at 11:04:58AM -0500, Jag Raman wrote: > > > On 11/13/2019 10:51 AM, Daniel P. Berrangé wrote: > > On Wed, Nov 13, 2019 at 10:38:06AM -0500, Jag Raman wrote: > > > > > > > > > On 11/13/2019 10:30 AM, Stefan Hajnoczi wrote: > > > > On Thu, Oct 24, 2019 at 05:08:43AM -0400,

Re: [RFC v4 PATCH 02/49] multi-process: util: Add qemu_thread_cancel() to cancel running thread

2019-11-13 Thread Jag Raman
On 11/13/2019 10:51 AM, Daniel P. Berrangé wrote: On Wed, Nov 13, 2019 at 10:38:06AM -0500, Jag Raman wrote: On 11/13/2019 10:30 AM, Stefan Hajnoczi wrote: On Thu, Oct 24, 2019 at 05:08:43AM -0400, Jagannathan Raman wrote: qemu_thread_cancel() added to destroy a given running thread.

Re: [RFC v4 PATCH 02/49] multi-process: util: Add qemu_thread_cancel() to cancel running thread

2019-11-13 Thread Daniel P . Berrangé
On Wed, Nov 13, 2019 at 10:38:06AM -0500, Jag Raman wrote: > > > On 11/13/2019 10:30 AM, Stefan Hajnoczi wrote: > > On Thu, Oct 24, 2019 at 05:08:43AM -0400, Jagannathan Raman wrote: > > > qemu_thread_cancel() added to destroy a given running thread. > > > This will be needed in the following

Re: [RFC v4 PATCH 02/49] multi-process: util: Add qemu_thread_cancel() to cancel running thread

2019-11-13 Thread Jag Raman
On 11/13/2019 10:30 AM, Stefan Hajnoczi wrote: On Thu, Oct 24, 2019 at 05:08:43AM -0400, Jagannathan Raman wrote: qemu_thread_cancel() added to destroy a given running thread. This will be needed in the following patches. Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman

Re: [RFC v4 PATCH 02/49] multi-process: util: Add qemu_thread_cancel() to cancel running thread

2019-11-13 Thread Stefan Hajnoczi
On Thu, Oct 24, 2019 at 05:08:43AM -0400, Jagannathan Raman wrote: > qemu_thread_cancel() added to destroy a given running thread. > This will be needed in the following patches. > > Signed-off-by: John G Johnson > Signed-off-by: Jagannathan Raman > Signed-off-by: Elena Ufimtseva > --- >

[RFC v4 PATCH 02/49] multi-process: util: Add qemu_thread_cancel() to cancel running thread

2019-10-24 Thread Jagannathan Raman
qemu_thread_cancel() added to destroy a given running thread. This will be needed in the following patches. Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman Signed-off-by: Elena Ufimtseva --- include/qemu/thread.h| 1 + util/qemu-thread-posix.c | 10 ++ 2 files