Re: [PATCH v4 04/11] hw/dma: Add the DMA control interface

2021-12-10 Thread Peter Maydell
On Wed, 1 Dec 2021 at 15:40, Francisco Iglesias wrote: > > An option on real hardware when embedding a DMA engine into a peripheral > is to make the peripheral control the engine through a custom DMA control > (hardware) interface between the two. Software drivers in this scenario > configure and

[PATCH v4 04/11] hw/dma: Add the DMA control interface

2021-12-01 Thread Francisco Iglesias
An option on real hardware when embedding a DMA engine into a peripheral is to make the peripheral control the engine through a custom DMA control (hardware) interface between the two. Software drivers in this scenario configure and trigger DMA operations through the controlling peripheral's regist