Philippe Mathieu-Daudé
ba06fe8add
dma: Let dma_memory_read/write() take MemTxAttrs argument
Let devices specify transaction attributes when calling
dma_memory_read() or dma_memory_write().
Patch created mechanically using spatch with this script:
@@
expression E1, E2, E3, E4;
@@
(
- dma_memory_read(E1, E2, E3, E4)
+ dma_memory_read(E1, E2, E3, E4, MEMTXATTRS_UNSPECIFIED)
|
- dma_memory_write(E1, E2, E3, E4)
+ dma_memory_write(E1, E2, E3, E4, MEMTXATTRS_UNSPECIFIED)
)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20211223115554.3155328-6-philmd@redhat.com>
2021-12-30 17:16:32 +01:00
..
2021-05-02 17:24:51 +02:00
2021-05-02 17:24:51 +02:00
2021-05-02 17:24:51 +02:00
2021-02-02 17:00:55 +00:00
2021-11-15 16:12:59 +00:00
2021-12-15 10:11:34 +00:00
2021-12-15 10:11:34 +00:00
2021-09-13 21:01:08 +01:00
2021-11-22 18:17:19 +00:00
2021-09-13 16:07:54 +01:00
2021-12-15 10:11:34 +00:00
2021-11-15 16:12:59 +00:00
2021-11-26 16:57:51 +00:00
2021-12-15 10:35:10 +00:00
2021-09-01 11:08:18 +01:00
2021-03-19 15:18:43 +01:00
2021-11-26 16:58:57 +00:00
2021-11-09 10:11:27 +01:00
2021-05-02 17:24:51 +02:00
2021-03-19 08:48:18 -04:00
2021-05-02 17:24:50 +02:00
2021-01-08 15:13:38 +00:00
2021-12-15 10:35:10 +00:00
2021-02-21 18:41:46 +01:00
2021-11-09 10:11:27 +01:00
2021-12-15 10:35:10 +00:00
2021-05-02 17:24:50 +02:00
2021-09-30 15:30:24 +02:00
2021-09-30 12:26:06 +10:00
2021-02-10 10:43:50 +11:00
2021-06-05 21:10:42 +02:00
2021-09-21 07:56:49 +10:00
2021-07-07 14:01:59 +02:00
2021-05-02 17:24:51 +02:00
2021-10-30 18:39:37 +02:00
2021-10-22 23:35:47 +10:00
2021-10-21 11:42:47 +11:00
2021-12-30 17:16:32 +01:00
2021-10-30 18:39:37 +02:00
2021-05-02 17:24:51 +02:00
2021-05-02 17:24:51 +02:00
2021-05-02 17:24:51 +02:00
2021-12-30 17:16:32 +01:00