Re: [PATCH 1/4] dma: Let st*_dma() take MemTxAttrs argument

2021-12-21 Thread Cédric Le Goater
On 12/18/21 15:51, Philippe Mathieu-Daudé wrote: Let devices specify transaction attributes when calling st*_dma(). Keep the default MEMTXATTRS_UNSPECIFIED in the few callers. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Cédric Le Goater Thanks, C. --- include/hw/pci/pci.h

Re: [PATCH 1/4] dma: Let st*_dma() take MemTxAttrs argument

2021-12-21 Thread Richard Henderson
On 12/18/21 6:51 AM, Philippe Mathieu-Daudé wrote: Let devices specify transaction attributes when calling st*_dma(). Keep the default MEMTXATTRS_UNSPECIFIED in the few callers. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/pci/pci.h | 3 ++- include/hw/ppc/spapr_vio.h | 12 +++

[PATCH 1/4] dma: Let st*_dma() take MemTxAttrs argument

2021-12-18 Thread Philippe Mathieu-Daudé
Let devices specify transaction attributes when calling st*_dma(). Keep the default MEMTXATTRS_UNSPECIFIED in the few callers. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/pci/pci.h | 3 ++- include/hw/ppc/spapr_vio.h | 12 include/sysemu/dma.h | 10 ++