Re: [PATCH v3 0/6] hw: Let the DMA API take a MemTxAttrs argument

2021-07-05 Thread Stefan Hajnoczi
On Fri, Jul 02, 2021 at 11:24:33AM +0200, Philippe Mathieu-Daudé wrote: > I'm going to send yet another series aiming to fix the DMA > reentrancy problem, which is based on these patches. Since > they are already reviewed, send them apart as a preparatory > series. > > Since v2: > - Rebased,

[PATCH v3 0/6] hw: Let the DMA API take a MemTxAttrs argument

2021-07-02 Thread Philippe Mathieu-Daudé
I'm going to send yet another series aiming to fix the DMA reentrancy problem, which is based on these patches. Since they are already reviewed, send them apart as a preparatory series. Since v2: - Rebased, fixing conflicts in: . hw/display/virtio-gpu.c . hw/ide/ahci.c .