From: "Kazu" <kazoo@r3.dion.ne.jp>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] QEMU 0.8.1
Date: Fri, 5 May 2006 10:56:26 +0900 [thread overview]
Message-ID: <001101c66fe7$1ecda540$0464a8c0@athlon> (raw)
In-Reply-To: 4459165F.7050605@bellard.org
Sent: Thursday, May 04, 2006 5:45 AM Fabrice Bellard wrote:
> Hi,
>
> QEMU version 0.8.1 is available at http://bellard.org/qemu/download.html.
>
qemu-system-sparc.exe doesn't work. A patch is below.
Regards,
Kazu
--- qemu-0.8.1.orig/loader.c Thu May 4 05:32:58 2006
+++ qemu-0.8.1/loader.c Thu May 4 17:35:10 2006
@@ -200,7 +200,7 @@
int fd, data_order, must_swab, ret;
uint8_t e_ident[EI_NIDENT];
- fd = open(filename, O_RDONLY);
+ fd = open(filename, O_RDONLY | O_BINARY);
if (fd < 0) {
perror(filename);
return -1;
prev parent reply other threads:[~2006-05-05 1:56 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-03 20:45 [Qemu-devel] QEMU 0.8.1 Fabrice Bellard
2006-05-03 21:00 ` Christian MICHON
2006-05-04 9:04 ` Mulyadi Santosa
2006-05-04 12:13 ` Christian MICHON
2006-05-04 12:24 ` Christian MICHON
2006-05-04 12:31 ` Christian MICHON
2006-05-04 13:14 ` WaxDragon
2006-05-04 14:51 ` Thomas Han
2006-05-05 2:31 ` Anthony Liguori
2006-05-05 6:57 ` Christian MICHON
2006-05-05 8:43 ` Natalia Portillo
2006-05-05 10:33 ` Oliver Gerlich
2006-05-05 11:33 ` Natalia Portillo
2006-05-08 17:35 ` Jim C. Brown
2006-05-05 14:08 ` Anthony Liguori
2006-05-05 14:23 ` Christian MICHON
2006-05-05 14:28 ` Anthony Liguori
2006-05-05 15:01 ` Christian MICHON
2006-05-05 15:57 ` Anthony Liguori
2006-05-08 17:40 ` Jim C. Brown
2006-05-08 20:12 ` Christian MICHON
2006-05-08 20:39 ` Brad Campbell
2006-05-08 21:05 ` Jim C. Brown
2006-05-09 23:18 ` Thomas Han
2006-05-10 9:30 ` [Qemu-devel] QEMU 0.8.1 - Invisible wall Dan Sandberg
2006-05-04 13:30 ` [Qemu-devel] QEMU 0.8.1 Chris Bagwell
2006-05-04 13:48 ` Christian MICHON
2006-05-05 1:56 ` Kazu [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='001101c66fe7$1ecda540$0464a8c0@athlon' \
--to=kazoo@r3.dion.ne.jp \
--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).