From: Rabin Vincent <rabin@rab.in>
To: "Boyapati, Anitha" <Anitha.Boyapati@atmel.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Support for new target emulator
Date: Tue, 27 Oct 2009 21:33:20 +0530 [thread overview]
Message-ID: <20091027160320.GA5561@debian> (raw)
In-Reply-To: <0F5F73E36031FD46AD3F2E6948F0C0A001DFDE56@frimb01.corp.atmel.com>
On Fri, Oct 23, 2009 at 12:50:03PM +0200, Boyapati, Anitha wrote:
> We have a proposal to add support for AVR32 target emulation in Qemu.
I've been working on and off on AVR32 target support for a little while
now. It's still far from being complete or mergeable, but enough of the
architecture has been implemented to boot a minimal Linux kernel in
system emulation and run busybox in linux-user emulation.
I've put up the current source at http://repo.or.cz/w/qemu/avr32.git,
and a small README and some prebuilt kernel and busybox binaries to play
with at http://rab.in/qemu/avr32/.
Current status and a TODO list are below. Have a look. I still hope to
complete this and get it merged at some point, but you're welcome to
beat me to it. If you (or anyone else) decide to work off this, I'd
be happy to take patches or give you push access to the repo.
Current status:
- linux-user: Busybox (ash, ls, gzip, etc) works.
- system: Linux kernel (built for ATSTK1000) boots and is able to get a
userspace printf("Hello") init process to run. Busybox init doesn't
work because fork/exec appears to be broken with the current MMU code.
TODO, off the top of my head:
- Get fork/exec working under Linux in system mode
- Code cleanup (especially remove duplicated code in translate.c)
- Make kernel args/atags work (removes need for kernel hack)
- Disassembler code integration
- Single stepping
- GDB support
- more devices (atleast framebuffer), sysbus conversion
- Implement missing insns (mul variants, packed data insns, saturating
arithmetic, various odds & ends)
- processor variants support (UC3)?
- ...
Rabin
next prev parent reply other threads:[~2009-10-27 16:03 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-23 10:50 [Qemu-devel] Support for new target emulator Boyapati, Anitha
2009-10-23 11:03 ` Alexander Graf
2009-10-23 11:18 ` Christoph Egger
2009-10-23 11:19 ` Alexander Graf
2009-10-23 11:44 ` Laurent Desnogues
2009-10-23 12:00 ` Alexander Graf
2009-10-23 12:20 ` Boyapati, Anitha
2009-10-23 12:24 ` Alexander Graf
2009-10-23 17:05 ` Boyapati, Anitha
2009-10-23 11:09 ` Pablo Virolainen
2009-10-27 16:03 ` Rabin Vincent [this message]
2009-10-28 7:45 ` Boyapati, Anitha
2009-11-24 12:02 ` Boyapati, Anitha
2009-10-28 17:02 ` Stefan Weil
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=20091027160320.GA5561@debian \
--to=rabin@rab.in \
--cc=Anitha.Boyapati@atmel.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).