qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Internal documentation


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] Internal documentation
Date: Wed, 12 Dec 2012 14:39:32 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Dec 11, 2012 at 10:40:45AM -0800, Michael Eager wrote:
> Is there any internal documentation for QEMU?

Nothing up-to-date and complete.

> I'm adding support for a new processor.  I'm currently
> adding semihosting support and a new command line option.
> I find that I'm reading a lot of uncommented code and
> trying to reverse engineer QEMU's design by reading how
> various targets are implemented.

Try the #qemu IRC channel on irc.oftc.net for specific questions.

One nice thing is that, despite the lack of documentation or comments,
the nature of QEMU is that there are often multiple examples (target
CPUs, emulated devices, etc) similar to what you're trying to implement.
Read them to see which core functions you'll need and how to call them.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]