Re: [PATCH v2 0/4] hw/dma: Always expect 'dma' link property to be set to simplify

2021-08-26 Thread Peter Maydell
On Thu, 19 Aug 2021 at 17:34, Philippe Mathieu-Daudé wrote: > > Fix a qdev realization ordering, then simplify a pair of DMA > devices by always passing a MemoryRegion property to the device. > Doing so we can move the AddressSpace field to the device struct, > removing need for heap allocation.

[PATCH v2 0/4] hw/dma: Always expect 'dma' link property to be set to simplify

2021-08-19 Thread Philippe Mathieu-Daudé
Fix a qdev realization ordering, then simplify a pair of DMA devices by always passing a MemoryRegion property to the device. Doing so we can move the AddressSpace field to the device struct, removing need for heap allocation. Philippe Mathieu-Daudé (4): hw/arm/xlnx-zynqmp: Realize qspi controll