Re: [Qemu-devel] Qemu Virual Machine Image

2006-12-14 Thread Paul Brook
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

Re: [Qemu-devel] Qemu Virual Machine Image

2006-12-14 Thread Mulyadi Santosa
Hi... > 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... I think what you need to check is the block-*.c files e.g block-cow.c, block-qcow.c etc. raw block driver is in

[Qemu-devel] Qemu Virual Machine Image

2006-12-13 Thread I_am alone
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