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-12-30 17:16:32 +01:00
2020-09-14 14:23:19 +01:00
2020-12-18 15:20:17 -05:00
2021-10-13 10:47:50 +02:00
2021-02-11 11:50:14 +00:00
2020-09-18 14:12:32 -04:00
2020-09-18 14:12:32 -04:00
2021-03-08 17:20:02 +00:00
2021-03-08 11:54:16 +00:00
2021-03-08 11:54:16 +00:00
2021-09-01 11:08:18 +01:00
2021-05-01 10:03:51 +02:00
2021-03-09 12:01:28 +01:00
2021-09-20 08:50:59 +02:00
2020-09-01 14:21:51 +02:00
2021-05-01 10:03:52 +02:00
2021-09-30 13:44:08 +01:00
2020-07-11 11:02:05 +02:00
2021-03-08 17:20:01 +00:00
2020-07-10 15:18:08 +02:00
2021-07-02 11:48:36 +01:00
2021-12-30 17:16:32 +01:00
2020-09-18 14:12:32 -04:00
2020-09-18 14:12:32 -04:00
2020-09-23 16:07:44 +01:00
2020-09-18 14:12:32 -04:00
2020-09-18 14:12:32 -04:00
2020-09-18 14:12:32 -04:00
2020-09-18 14:12:32 -04:00
2021-01-08 15:13:39 +00:00
2020-12-10 11:44:55 +00:00
2020-12-10 11:44:55 +00:00
2021-02-08 15:15:32 +01:00
2021-05-02 17:24:50 +02:00
2020-12-10 11:44:55 +00:00
2020-12-10 11:44:55 +00:00
2021-05-02 17:24:50 +02:00
2021-05-02 17:24:50 +02:00
2021-03-08 17:20:01 +00:00
2021-03-08 17:20:02 +00:00
2021-03-08 17:20:01 +00:00
2021-12-17 17:57:13 +01:00
2021-06-17 07:10:32 -05:00
2021-05-02 17:24:50 +02:00
2021-10-20 16:18:40 +02:00
2021-05-02 17:24:50 +02:00
2021-05-02 17:24:50 +02:00
2021-05-02 17:24:50 +02:00
2021-09-01 11:08:18 +01:00
2020-11-03 16:51:13 +01:00
2021-05-02 17:24:51 +02:00
2021-01-18 11:51:26 +01:00
2021-03-08 17:20:03 +00:00
2021-05-10 17:21:54 +01:00
2021-05-02 17:24:50 +02:00
2021-06-03 16:43:25 +01:00
2021-01-12 21:19:02 +00:00
2021-03-12 12:48:56 +00:00
2021-03-12 12:48:56 +00:00
2021-01-12 21:19:02 +00:00
2020-09-18 14:12:32 -04:00
2021-09-20 08:50:59 +02:00
2020-09-18 14:12:32 -04:00
2021-05-02 17:24:50 +02:00
2021-05-02 17:24:50 +02:00
2021-01-29 10:47:28 +00:00
2021-02-20 12:36:19 +01:00
2021-11-02 17:24:18 +01:00
2021-05-02 17:24:50 +02:00
2021-05-02 17:24:50 +02:00
2021-12-15 08:38:16 +01:00
2020-09-09 15:54:19 -07:00
2020-09-18 14:12:32 -04:00
2020-11-10 11:03:48 +00:00
2021-10-20 16:18:40 +02:00
2020-08-21 06:18:24 -04:00
2020-12-08 13:48:57 -05:00
2021-02-08 15:15:32 +01:00
2020-08-28 10:02:46 +01:00
2021-11-09 10:11:27 +01:00
2021-03-12 12:40:09 +00:00
2021-09-13 16:07:20 +01:00