From: Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Alpha update
Date: 11 May 2003 03:41:45 +0200 [thread overview]
Message-ID: <87ptmqjm3q.fsf@student.uni-tuebingen.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 941 bytes --]
Hi,
this patch does gp and __op_param handling correctly, following a
suggestion from Richard Henderson. Also adds support for PC-relative
jumps. I believe the translation engine itself is now complete. And I
added an Alpha disassembler lifted from binutils.
However, there are still problems with the ELF loader. It seems like
some binaries want a mmaping at an offset that is not divisible by the
page size:
./qemu -d /usr/local/qemu-i386/bin/ls-i386
[...]
mmap4k(start = 0x8052000, length = 592, prot = 0x3 (rw),
flags = 0x2102 (MAP_FIXED | MAP_PRIVATE | MAP_DENYWRITE),
fd = 4, offset = 39040)
39040 % 4096 == 2176
Alpha Linux 2.5.69 doesn't seem to handle unaligned offsets. Do other
architecures? Or earlier versions? The em86 code doesn't seem to care
about this at all. The only thing to handle this I can think of is to
mmap anonymously and use read() to fill in the data... or am I missing
something?
--
Falk
[-- Attachment #2: qemu-alpha-2003.05.11.patch.bz2 --]
[-- Type: application/octet-stream, Size: 16416 bytes --]
next reply other threads:[~2003-05-11 1:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-11 1:41 Falk Hueffner [this message]
2003-05-11 13:10 ` [Qemu-devel] Alpha update Fabrice Bellard
2003-05-11 18:40 ` David S. Miller
2003-05-11 22:27 ` Fabrice Bellard
-- strict thread matches above, loose matches on Subject: below --
2003-04-30 11:34 Falk Hueffner
2003-04-30 10:48 ` David S. Miller
2003-04-30 14:01 ` David S. Miller
2003-05-01 19:27 ` Falk Hueffner
2003-05-01 18:48 ` David S. Miller
2003-05-03 17:29 ` fabrice.bellard
2003-05-03 16:32 ` David S. Miller
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=87ptmqjm3q.fsf@student.uni-tuebingen.de \
--to=falk.hueffner@student.uni-tuebingen.de \
--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).