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-09-30 13:42:09 +01:00
2021-09-01 11:08:21 +01:00
2021-09-01 11:08:19 +01:00
2021-10-12 08:20:08 +02:00
2021-10-12 08:20:08 +02:00
2021-12-15 14:56:06 +01:00
2021-12-15 10:35:26 +00:00
2021-12-15 08:38:16 +01:00
2021-12-15 10:35:26 +00:00
2021-12-15 10:35:26 +00:00
2021-12-15 08:38:16 +01:00
2021-12-15 08:38:16 +01:00
2021-12-15 10:35:26 +00:00
2021-12-15 08:38:16 +01:00
2021-12-15 08:38:16 +01:00
2021-09-13 21:01:08 +01:00
2021-09-13 21:01:08 +01:00
2021-09-01 11:08:21 +01:00
2021-12-15 08:38:16 +01:00
2021-12-30 17:16:32 +01:00
2021-09-01 11:08:21 +01:00
2021-09-01 11:08:21 +01:00
2021-12-15 12:14:44 -08:00
2021-11-02 14:14:55 -04:00
2021-09-01 11:08:21 +01:00
2021-12-15 08:38:16 +01:00
2021-12-15 08:38:16 +01:00
2021-12-15 08:38:16 +01:00
2021-12-15 08:38:16 +01:00
2021-12-15 10:35:26 +00:00
2021-12-30 17:16:32 +01:00
2021-12-30 17:16:32 +01:00
2021-12-15 08:38:16 +01:00
2021-09-01 11:08:19 +01:00
2021-09-01 11:08:19 +01:00
2021-12-15 10:35:26 +00:00
2021-09-01 11:08:21 +01:00
2021-12-15 08:38:16 +01:00
2021-12-15 12:14:44 -08:00
2021-12-15 10:35:26 +00:00
2021-12-15 10:35:26 +00:00
2021-12-15 14:55:40 +01:00
2021-12-15 08:38:16 +01:00
2021-09-30 13:42:10 +01:00
2021-12-15 14:55:25 +01:00
2021-09-30 13:42:10 +01:00