From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gutaf-0003sZ-L9 for qemu-devel@nongnu.org; Thu, 14 Dec 2006 11:37:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gutad-0003pt-Sg for qemu-devel@nongnu.org; Thu, 14 Dec 2006 11:37:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gutad-0003pp-Np for qemu-devel@nongnu.org; Thu, 14 Dec 2006 11:37:47 -0500 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gutad-0006In-Fz for qemu-devel@nongnu.org; Thu, 14 Dec 2006 11:37:47 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Qemu Virual Machine Image Date: Thu, 14 Dec 2006 16:37:42 +0000 References: <437895.78975.qm@web59210.mail.re1.yahoo.com> In-Reply-To: <437895.78975.qm@web59210.mail.re1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612141637.43648.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: I_am alone On Thursday 14 December 2006 07:45, I_am alone wrote: > Hi all, > > I am in the process of learning QEMU Mechanism by doing a code > review. I need to know the Virtual Image File and how does the Gust Os IO > mechanisms are transfered in to the Host Os Image file . > > If anyone could point me the Source Code Portian which handles this part it > would be really helpful for me to learn about the Images and Guest Os to > Hos Os IO mechanisms... Anything that has IDE, SCSI, block or bdrv in its name would be a good start. Paul