From: "Sebastian Herbszt" <herbszt@gmx.de>
To: Anthony Liguori <aliguori@us.ibm.com>, qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: IO thread in SVN
Date: Sun, 26 Apr 2009 14:03:15 +0200 [thread overview]
Message-ID: <1EBCFE137C7F4628BB151429B5D1F4AA@FSCPC> (raw)
In-Reply-To: <49F1FF98.3090506@us.ibm.com>
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
prev parent reply other threads:[~2009-04-26 12:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-24 18:06 [Qemu-devel] IO thread in SVN Anthony Liguori
2009-04-26 12:03 ` Sebastian Herbszt [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1EBCFE137C7F4628BB151429B5D1F4AA@FSCPC \
--to=herbszt@gmx.de \
--cc=aliguori@us.ibm.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).