From: malc <malc@pulsesoft.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Interpreter for QEMU
Date: Tue, 4 Nov 2003 03:58:05 +0300 (MSK) [thread overview]
Message-ID: <Pine.LNX.4.55.0311040348270.6264@home.oyster.ru> (raw)
Hello,
http://www.boblycat.org/~malc/1_iqemu.patch.gz conatains patch against CVS
version of QEMU that adds interpreted i386 target. Im hoping that someone
more apt than me can somehow breed it together with dynamic translator, so
that QEMU will be more viable for DOS emulation (interpreter can help some
with self-modifying code (so loved by DOS programmers) and/or highly
interleaved code/data, when host'spage faults take too much time)
I was able to boot FreeDOS and run some applications with this purely
interpreted target, though apparently there are still some bugs lurking.
To apply the patch:
$ cd cvs/version/of/qemu
$ zcat patch/location/1_iqemu.patch.gz | patch -p1
$ ./configure --target-list="i386-softmmu i386-interp"
$ gmake
Note that: interpreter is currently x86 specific and there is no FPU
support whatsoever.
Sincerely,
malc
--
mailto:malc@pulsesoft.com
next reply other threads:[~2003-11-04 0:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-04 0:58 malc [this message]
2003-11-04 22:46 ` [Qemu-devel] Interpreter for QEMU Fabrice Bellard
2003-11-04 23:17 ` malc
2003-11-04 23:56 ` Fabrice Bellard
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=Pine.LNX.4.55.0311040348270.6264@home.oyster.ru \
--to=malc@pulsesoft.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).