* [Qemu-devel] IO thread in SVN
@ 2009-04-24 18:06 Anthony Liguori
2009-04-26 12:03 ` [Qemu-devel] " Sebastian Herbszt
0 siblings, 1 reply; 2+ messages in thread
From: Anthony Liguori @ 2009-04-24 18:06 UTC (permalink / raw)
To: qemu-devel@nongnu.org
Hi,
I've committed Marcelo's IO thread patch series. The IO thread is
disabled by default and I've done a fair bit of testing to validate that
it doesn't regress when disabled. I'm only able to do a small amount of
Windows testing (the current build SEGVs in Wine) but it looks to be
okay on Windows too.
I'd eventually like to get to the point where we enable the IO thread by
default but we have some work to do to get there.
If you experience any kind of slow downs or freezes, please let me
know. I'd recommend starting bisects before the IO thread.
--
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Qemu-devel] Re: IO thread in SVN
2009-04-24 18:06 [Qemu-devel] IO thread in SVN Anthony Liguori
@ 2009-04-26 12:03 ` Sebastian Herbszt
0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Herbszt @ 2009-04-26 12:03 UTC (permalink / raw)
To: Anthony Liguori, qemu-devel
Anthony Liguori wrote:
> Hi,
>
> I've committed Marcelo's IO thread patch series. The IO thread is
> disabled by default and I've done a fair bit of testing to validate that
> it doesn't regress when disabled. I'm only able to do a small amount of
> Windows testing (the current build SEGVs in Wine) but it looks to be
> okay on Windows too.
It doesn't compile here on MinGW with pthreads-w32:
CC qemu-thread.o
qemu-thread.c: In function `qemu_mutex_timedlock':
qemu-thread.c:66: warning: implicit declaration of function `clock_gettime'
qemu-thread.c:66: error: `CLOCK_REALTIME' undeclared (first use in this function)
qemu-thread.c:66: error: (Each undeclared identifier is reported only once
qemu-thread.c:66: error: for each function it appears in.)
qemu-thread.c: In function `qemu_cond_timedwait':
qemu-thread.c:66: warning: redundant redeclaration of 'clock_gettime'
qemu-thread.c:66: warning: previous implicit declaration of 'clock_gettime' was here
qemu-thread.c:125: error: `CLOCK_REALTIME' undeclared (first use in this function)
qemu-thread.c: In function `qemu_thread_equal':
qemu-thread.c:161: error: invalid operands to binary ==
make: *** [qemu-thread.o] Error 1
- Sebastian
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-26 12:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-24 18:06 [Qemu-devel] IO thread in SVN Anthony Liguori
2009-04-26 12:03 ` [Qemu-devel] " Sebastian Herbszt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).