Re: [Qemu-devel] [PATCH v2] thread-win32: fix GetThreadContext() permanently fails

2015-07-14 Thread Zavadovsky Yan
On Tue, Jul 14, 2015 at 11:29 PM, Stefan Weil wrote: > I'll send a pull request for this patch after the release of QEMU 2.4. > Ok. Thanks.

Re: [Qemu-devel] [PATCH v2] thread-win32: fix GetThreadContext() permanently fails

2015-07-14 Thread Zavadovsky Yan
On Wed, Jul 1, 2015 at 9:00 PM, Stefan Weil wrote: > > Fabien, you suggested "extensive tests". Do you think that > patch v2 is fine, or are you still waiting for test results? On Mon, Jul 6, 2015 at 12:29 PM, Fabien Chouteau wrote: > That's good for me. > Ping... http://patchwork.ozlabs.org/

Re: [Qemu-devel] [PATCH v2] thread-win32: fix GetThreadContext() permanently fails

2015-07-02 Thread Zavadovsky Yan
ote: > > Am 01.07.2015 um 18:49 schrieb Paolo Bonzini: > >> > >> On 01/07/2015 17:48, Zavadovsky Yan wrote: > >>> Ping. > >> Stefan, are you merging this? > >> > >> Paolo > > > > I can do so, but as the current code seems to fix

Re: [Qemu-devel] [PATCH v2] thread-win32: fix GetThreadContext() permanently fails

2015-07-01 Thread Zavadovsky Yan
Ping. Patchwork: http://patchwork.ozlabs.org/patch/488073/ v1 discussion: http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg05791.html and patchworks: http://patchwork.ozlabs.org/patch/487438/ http://patchwork.ozlabs.org/patch/487566/ On Wed, Jun 24, 2015 at 3:25 PM, Zavadovsky Yan

Re: [Qemu-devel] [PATCH v2] thread-win32: fix GetThreadContext() permanently fails

2015-06-26 Thread Zavadovsky Yan
On Fri, Jun 26, 2015 at 1:28 PM, Olga Krishtal wrote: > On 25/06/15 15:17, Zavadovsky Yan wrote: > > On Thu, Jun 25, 2015 at 12:11 PM, Olga Krishtal > > wrote: > > > On 24/06/15 15:25, Zavadovsky Yan wrote: > > > Calling SuspendThread() is not enough to s

Re: [Qemu-devel] [PATCH v2] thread-win32: fix GetThreadContext() permanently fails

2015-06-25 Thread Zavadovsky Yan
On Thu, Jun 25, 2015 at 12:11 PM, Olga Krishtal wrote: > On 24/06/15 15:25, Zavadovsky Yan wrote: > >> Calling SuspendThread() is not enough to suspend Win32 thread. >> We need to call GetThreadContext() after SuspendThread() >> to make sure that OS have really suspend

[Qemu-devel] [PATCH v2] thread-win32: fix GetThreadContext() permanently fails

2015-06-24 Thread Zavadovsky Yan
continue only after successful grabbing of thread context(i.e. when thread is really suspended). And halts otherwise with more verbose error message than previous. Signed-off-by: Zavadovsky Yan --- cpus.c | 14 -- util/qemu-thread-win32.c | 4 ++-- 2 files changed,

[Qemu-devel] [PATCH] thread-win32: fix GetThreadContext() permanently fails

2015-06-22 Thread Zavadovsky Yan
Context() call. Signed-off-by: Zavadovsky Yan --- cpus.c | 2 +- util/qemu-thread-win32.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cpus.c b/cpus.c index b85fb5f..83d5eb5 100644 --- a/cpus.c +++ b/cpus.c @@ -1097,7 +1097,7 @@ static void qemu