Re: [Xen-devel] [Qemu-devel] [Block dev] : Qemu block ide_dma_read call routine

2015-07-23 Thread Shailesh Kumar
On Mon, Feb 23, 2015 at 3:25 AM, Kevin Wolf wrote: > Am 11.02.2015 um 04:51 hat Shailesh Kumar geschrieben: >> Hi, >> >> I am implementing read equivalent routine in qemu. Can some one >> help me understand control flow of the qemu read/write >> implementatio

[Xen-devel] [Block dev] : Qemu block ide_dma_read call routine

2015-02-10 Thread Shailesh Kumar
Hi, I am implementing read equivalent routine in qemu. Can some one help me understand control flow of the qemu read/write implementation. I am using xen-4.2.0 and qemu-1.6.1 My requirement is simple: I have a 1024*1024 buffer already filled with some useful data. Now when windows (my gue