Re: [PATCH 11/13] dma: Let dma_memory_rw() take MemTxAttrs argument

2020-09-06 Thread Li Qiang
Philippe Mathieu-Daudé 于2020年9月4日周五 下午11:53写道: > > Let devices specify transaction attributes when calling > dma_memory_rw(). > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Li Qiang > --- > include/hw/pci/pci.h | 3 ++- > include/sysemu/dma.h | 11 ++- > dma-helpers.c

Re: [PATCH 11/13] dma: Let dma_memory_rw() take MemTxAttrs argument

2020-09-05 Thread Richard Henderson
On 9/4/20 8:44 AM, Philippe Mathieu-Daudé wrote: > Let devices specify transaction attributes when calling > dma_memory_rw(). > > Signed-off-by: Philippe Mathieu-Daudé > --- > include/hw/pci/pci.h | 3 ++- > include/sysemu/dma.h | 11 ++- > dma-helpers.c| 3 ++- > hw/intc/spapr

[PATCH 11/13] dma: Let dma_memory_rw() take MemTxAttrs argument

2020-09-04 Thread Philippe Mathieu-Daudé
Let devices specify transaction attributes when calling dma_memory_rw(). Signed-off-by: Philippe Mathieu-Daudé --- include/hw/pci/pci.h | 3 ++- include/sysemu/dma.h | 11 ++- dma-helpers.c| 3 ++- hw/intc/spapr_xive.c | 3 ++- hw/usb/hcd-ohci.c| 10 ++ 5 files cha