Re: [PATCH v3 04/10] hw/dma: Add the DMA control interface

2021-12-01 Thread Francisco Iglesias
On [2021 Nov 29] Mon 17:44:37, Peter Maydell wrote: > On Wed, 24 Nov 2021 at 10:16, Francisco Iglesias > wrote: > > > > Add an interface for controlling DMA models that are reused with other > > models. This allows a controlling model to start transfers through the > > DMA while reusing the DMA's

Re: [PATCH v3 04/10] hw/dma: Add the DMA control interface

2021-11-29 Thread Peter Maydell
On Wed, 24 Nov 2021 at 10:16, Francisco Iglesias wrote: > > Add an interface for controlling DMA models that are reused with other > models. This allows a controlling model to start transfers through the > DMA while reusing the DMA's handling of transfer state and completion > signaling. > > Signe

[PATCH v3 04/10] hw/dma: Add the DMA control interface

2021-11-24 Thread Francisco Iglesias
Add an interface for controlling DMA models that are reused with other models. This allows a controlling model to start transfers through the DMA while reusing the DMA's handling of transfer state and completion signaling. Signed-off-by: Francisco Iglesias Reviewed-by: Edgar E. Iglesias --- hw/