From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>
Subject: Re: [Qemu-devel] Re: [4476] musicpal: Improve button handling (Jan Kiszka).
Date: Wed, 21 May 2008 15:07:05 +0100 [thread overview]
Message-ID: <200805211507.05887.paul@codesourcery.com> (raw)
In-Reply-To: <18484.8433.525986.172414@mariner.uk.xensource.com>
> > Target arm-softmmu still does not compile on Windows. The fix is trivial,
> > please apply it (or my previous patch, if you wish).
> >
> > +#ifdef _WIN32
> > + Sleep(1000);
> > +#else
> > sleep(1);
> > +#endif
>
> Surely this should be in osdep.h as a conditional definition of sleep.
The real bug is that we're using sleep() in the first place :-)
Paul
next prev parent reply other threads:[~2008-05-21 14:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-17 18:18 [Qemu-devel] [4476] musicpal: Improve button handling (Jan Kiszka) Andrzej Zaborowski
2008-05-20 16:55 ` [Qemu-devel] " consul
2008-05-21 13:17 ` Ian Jackson
2008-05-21 14:07 ` Paul Brook [this message]
2008-05-21 16:45 ` [Qemu-devel] Re: Re: [4476] musicpal: Improve button handling (JanKiszka) consul
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=200805211507.05887.paul@codesourcery.com \
--to=paul@codesourcery.com \
--cc=Ian.Jackson@eu.citrix.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.