Re: [Qemu-devel] [PATCH 12/15] PPC: dbdma: Move processing to io

2013-06-30 Thread Alexander Graf
On 30.06.2013, at 08:48, Andreas Färber wrote: > Am 30.06.2013 03:27, schrieb Alexander Graf: >> Soon we will introduce intermediate processing pauses which will >> allow the bottom half to restart a DMA request that couldn't be >> fulfilled yet. >> >> For that to work, move the processing varia

Re: [Qemu-devel] [PATCH 12/15] PPC: dbdma: Move processing to io

2013-06-29 Thread Andreas Färber
Am 30.06.2013 03:27, schrieb Alexander Graf: > Soon we will introduce intermediate processing pauses which will > allow the bottom half to restart a DMA request that couldn't be > fulfilled yet. > > For that to work, move the processing variable into the io struct > which is what DMA providers wor

[Qemu-devel] [PATCH 12/15] PPC: dbdma: Move processing to io

2013-06-29 Thread Alexander Graf
Soon we will introduce intermediate processing pauses which will allow the bottom half to restart a DMA request that couldn't be fulfilled yet. For that to work, move the processing variable into the io struct which is what DMA providers work with. Signed-off-by: Alexander Graf --- hw/misc/maci