From: Fabrice Bellard <fabrice.bellard@free.fr>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] system emulation of non-x86 targets
Date: Sat, 31 Jan 2004 14:41:48 +0100 [thread overview]
Message-ID: <401BB09C.1040202@free.fr> (raw)
> As per subject, I'm interested in being able to boot and run an ARM
> kernel and a full linux enviroment inside QEMU, primarily to aid in
> (re-)porting Gentoo Linux to ARM. What would be required to
> modify/add to QEMU to support this?
>
> I have a rackmount netwinder, but it's external power supply has
> failed :-( and Netwinder Inc. don't seem to respond to any of the
> voicemails I leave at their support phone #.
Two things need to be added:
1) ARM kernel level emulation. It includes MMU emulation and exceptions.
If you know exactly what kind of ARM you want to emulate (StrongARM ?),
it is not difficult to add, provided you have the ARM MMU documentation.
2) Device drivers: some ARM specific device drivers need to be added.
The first task would be to find a working Linux ARM target which is
close to a PC, so that you can reuse most of the QEMU devices (in
particular IDE, serial, floppy and VGA). You need to add at least an IRQ
controller and a timer.
Personnally I think it would be cool to have the fastest ARM system on
Earth on your PC :-) If someone can work at the device drivers, I can
improve the ARM emulation core to simulate MMU and kernel mode.
Fabrice.
next reply other threads:[~2004-01-31 13:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-31 13:41 Fabrice Bellard [this message]
2004-01-31 16:46 ` [Qemu-devel] Emulateurs J. Mayer
2004-01-31 17:11 ` J. Mayer
2004-01-31 18:17 ` Laurent Desnogues
2004-02-01 10:01 ` [Qemu-devel] system emulation of non-x86 targets Robin H. Johnson
-- strict thread matches above, loose matches on Subject: below --
2004-01-31 4:21 Robin H. Johnson
2004-01-31 5:06 ` Chad Page
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=401BB09C.1040202@free.fr \
--to=fabrice.bellard@free.fr \
--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.