qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Weil <weil@mail.berlios.de>
To: Michael Qiu <fallwind@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] How to add a new machine support in qemu?
Date: Fri, 06 Nov 2009 12:03:39 +0100	[thread overview]
Message-ID: <4AF4028B.1080703@mail.berlios.de> (raw)
In-Reply-To: <f74f98340911060018g61807a2cmf9261998ce8dfb19@mail.gmail.com>

Michael Qiu schrieb:
> Thanks for your reply. I'm reading hw/mips_r4k.c. But I found I should
> dive into the source code.
> I'm looking for some big picture level document for add a new machine
> using a supported core.
> It seems qemu consists 3 parts of code
> 1. The core dynamic translate engineer to support several archs, just
> like mips, arm, ppc....
> 2. The peripheral emulation pool.
> 3. The platform relative code, just like hw/mips_jazz.c ..., it just
> connect the arch and the peripherals according to the real board.
> I think my work should be the 2 and 3. And I'd like to find some
> documents for them.
>

You are correct, 2 and 3 is needed. There are no documents
(at least I don't know any).

Take mips_jazz.c or mips_malta.c, make a copy of one of them
and fit it to your needs (don't forget to extend Makefiles).

Regards
Stefan

      reply	other threads:[~2009-11-06 11:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-06  3:46 [Qemu-devel] How to add a new machine support in qemu? Michael Qiu
2009-11-06  4:43 ` Scott Tsai
2009-11-06  4:48   ` Scott Tsai
2009-11-06  8:18     ` Michael Qiu
2009-11-06 11:03       ` Stefan Weil [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=4AF4028B.1080703@mail.berlios.de \
    --to=weil@mail.berlios.de \
    --cc=fallwind@gmail.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).