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

2015-07-24 Thread Kevin Wolf
Am 23.07.2015 um 21:20 hat Shailesh Kumar geschrieben: > 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

Re: [Qemu-devel] [Xen-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 >> implementation. >> >> I am using xen-4.2.0 and

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

2015-02-23 Thread Kevin Wolf
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 > implementation. > > I am using xen-4.2.0 and qemu-1.6.1 > > My requirement is simple: > > I have a 102

[Qemu-devel] [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