qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] learning qemu code
@ 2010-08-05  9:41 chandra shekar
  2010-08-05 16:02 ` Stefan Weil
  0 siblings, 1 reply; 2+ messages in thread
From: chandra shekar @ 2010-08-05  9:41 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

hi,
i plan to do my under graduate project on qemu so i like to start
understanding its code
i came to to that vl.c file contains main function can any one please
provide any further
guidance like any materials or papers or any other so that i can proceed
understanding the
code,thanks

[-- Attachment #2: Type: text/html, Size: 307 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] learning qemu code
  2010-08-05  9:41 [Qemu-devel] learning qemu code chandra shekar
@ 2010-08-05 16:02 ` Stefan Weil
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Weil @ 2010-08-05 16:02 UTC (permalink / raw)
  To: chandra shekar; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1486 bytes --]

Am 05.08.2010 11:41, schrieb chandra shekar:
> hi,
> i plan to do my under graduate project on qemu so i like to start 
> understanding its code
> i came to to that vl.c file contains main function can any one please 
> provide any further
> guidance like any materials or papers or any other so that i can 
> proceed understanding the
> code,thanks

Hi,

start reading the existing documentation:

http://wiki.qemu.org/Manual

There is documentation which you can build from QEMU sources in
several formats (HTML, PDF and others). A HTML version is here:

http://www.weilnetz.de/qemu-doc.html
http://www.weilnetz.de/qemu-tech.html

Run QEMU system and user mode emulation for different targets
(x86, mips, powerpc, ...).

QEMU has a lot of different parts (hardware device emulation,
target emulation, code generation for different hosts, configuration,
...). Choose an interesting part. Beside the mailing list, the
documentation links above and perhaps the QEMU wiki, you
will not find any written documentation - only the code.

Be prepared that all written documentation might be invalid -
either because it is too old or because it was never correct.
And it is never complete...

If you detect bugs in the documentation, you can fix them and
send a patch to the mailing list. See

http://wiki.qemu.org/Contribute/StartHere

You can also write documentation yourself in QEMU's wiki.
Perhaps it will help you and others in the future.

Good luck with your project!

Regards
Stefan


[-- Attachment #2: Type: text/html, Size: 2423 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-05 16:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-05  9:41 [Qemu-devel] learning qemu code chandra shekar
2010-08-05 16:02 ` Stefan Weil

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).