From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35408 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oh2te-0004h7-PB for qemu-devel@nongnu.org; Thu, 05 Aug 2010 12:02:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oh2ta-0003ut-TY for qemu-devel@nongnu.org; Thu, 05 Aug 2010 12:02:18 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:60385) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oh2ta-0003ua-Hf for qemu-devel@nongnu.org; Thu, 05 Aug 2010 12:02:14 -0400 Message-ID: <4C5AE079.6050005@mail.berlios.de> Date: Thu, 05 Aug 2010 18:02:01 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] learning qemu code References: In-Reply-To: Content-Type: multipart/alternative; boundary="------------020401040708060002040708" List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: chandra shekar Cc: qemu-devel@nongnu.org This is a multi-part message in MIME format. --------------020401040708060002040708 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 --------------020401040708060002040708 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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

--------------020401040708060002040708--