RE: [Qemu-devel] [PATCH] Correct win32 timers deleting v.3

2011-02-02 Thread Pavel Dovgaluk
1 11:06 AM > To: qemu-devel@nongnu.org > Subject: [Qemu-devel] [PATCH] Correct win32 timers deleting v.3 > > This patch fixes resource leaks caused by quitting qemu with exit() > function on > win32 host. > Timer object should be freed not only at the end of the main function,

[Qemu-devel] [PATCH] Correct win32 timers deleting v.3

2011-01-26 Thread Pavel Dovgaluk
This patch fixes resource leaks caused by quitting qemu with exit() function on win32 host. Timer object should be freed not only at the end of the main function, but by every of the application exits. v.3: Fixed all the issues found in previous messages with patch. Signed-off-by: Pavel Dovgalyuk

RE: [Qemu-devel] [PATCH] Correct win32 timers deleting

2011-01-24 Thread Pavel Dovgaluk
> > diff --git a/qemu-timer.c b/qemu-timer.c index 95814af..548f2e5 > 100644 > > --- a/qemu-timer.c > > +++ b/qemu-timer.c > > @@ -972,7 +972,10 @@ static int win32_start_timer(struct > qemu_alarm_timer > > *t) > > Your patch is broken here. I checked the patch file, my "sent items" folder in o

[Qemu-devel] [PATCH] Correct win32 timers deleting

2011-01-24 Thread Pavel Dovgaluk
This patch fixes resource leaks caused by quitting qemu with exit() function on win32 host. Timer object should be freed not only at the end of the main function, but by every of the application exits. Signed-off-by: Pavel Dovgalyuk --- qemu-timer.c | 16 +--- vl.c |1 -

Re: [Qemu-devel] [PATCH] Correct win32 timers deleting

2011-01-24 Thread Stefan Weil
Am 24.01.2011 15:24, schrieb Pavel Dovgaluk: This patch fixes resource leaks caused by quitting qemu with exit() function on win32 host. Timer object should be freed not only at the end of the main function, but by every of the application exits. Signed-off-by: Pavel Dovgalyuk --- qemu-timer.c

[Qemu-devel] [PATCH] Correct win32 timers deleting

2011-01-24 Thread Pavel Dovgaluk
This patch fixes resource leaks caused by quitting qemu with exit() function on win32 host. Timer object should be freed not only at the end of the main function, but by every of the application exits. Signed-off-by: Pavel Dovgalyuk --- qemu-timer.c | 14 +++--- vl.c |1 - 2

[Qemu-devel] [PATCH] Correct win32 timers deleting

2011-01-24 Thread Pavel Dovgaluk
This patch fixes resource leaks caused by quitting qemu with exit() function on win32 host. Timer object should be freed not only at the end of the main function, but by every of the application exits. Signed-off-by: --- qemu-timer.c | 14 +++--- vl.c |1 - 2 files changed, 1