From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KYt38-0004AR-0r for qemu-devel@nongnu.org; Thu, 28 Aug 2008 21:45:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KYt34-00048C-3P for qemu-devel@nongnu.org; Thu, 28 Aug 2008 21:45:17 -0400 Received: from [199.232.76.173] (port=40953 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYt33-000483-QY for qemu-devel@nongnu.org; Thu, 28 Aug 2008 21:45:13 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:48167) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KYt33-0002w1-2W for qemu-devel@nongnu.org; Thu, 28 Aug 2008 21:45:13 -0400 From: Paul Brook Subject: Re: [Qemu-devel] May I get a document about detailed architecture of QEMU Date: Fri, 29 Aug 2008 02:45:03 +0100 References: <843931.62128.qm@web73113.mail.tp2.yahoo.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808290245.03964.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: linemin2001@yahoo.com.tw, Mulyadi Santosa > > I have a lot of interests in QEMU. > > I want to learn how qemu work in detail. > > But, the source code are huge, which let me confused where i should start > > from. So, may i request for a detail document of QEMU detailed > > architecture for source code. > > Try > http://www.usenix.org/publications/library/proceedings/usenix05/tech/freeni >x/bellard.html > > and don't miss: > http://libvncserver.sourceforge.net/qemu/qemu-porting.html Both those documents are quite old, and a lot of the information is out of date. Paul