From: "consul" <void@aleksoft.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [4476] musicpal: Improve button handling (Jan Kiszka).
Date: Tue, 20 May 2008 09:55:32 -0700 [thread overview]
Message-ID: <g0uvq6$521$1@ger.gmane.org> (raw)
In-Reply-To: E1JxQys-000218-7v@cvs.savannah.gnu.org
Target arm-softmmu still does not compile on Windows. The fix is trivial,
please apply it (or my previous patch, if you wish).
Alex.
Index: hw/musicpal.c
===================================================================
--- hw/musicpal.c (revision 4504)
+++ hw/musicpal.c (working copy)
@@ -1495,7 +1495,11 @@
* Wait a bit to catch menu button during U-Boot start-up
* (to trigger emergency update).
*/
+#ifdef _WIN32
+ Sleep(1000);
+#else
sleep(1);
+#endif
next prev parent reply other threads:[~2008-05-20 16:56 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 ` consul [this message]
2008-05-21 13:17 ` [Qemu-devel] " Ian Jackson
2008-05-21 14:07 ` Paul Brook
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='g0uvq6$521$1@ger.gmane.org' \
--to=void@aleksoft.net \
--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).