Philippe Mathieu-Daudé
a1d4b0a305
dma: Let dma_memory_map() take MemTxAttrs argument
Let devices specify transaction attributes when calling
dma_memory_map().
Patch created mechanically using spatch with this script:
@@
expression E1, E2, E3, E4;
@@
- dma_memory_map(E1, E2, E3, E4)
+ dma_memory_map(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-7-philmd@redhat.com>
2021-12-30 17:16:32 +01:00
..
2021-10-20 04:37:55 -04:00
2021-10-20 04:37:55 -04:00
2021-12-15 08:08:59 +01:00
2020-08-21 06:18:24 -04:00
2021-09-04 09:07:46 -04:00
2020-09-09 09:27:09 -04:00
2019-03-12 21:22:31 -04:00
2020-09-09 09:27:09 -04:00
2021-01-13 09:06:37 -05:00
2021-06-30 13:15:44 +02:00
2021-07-16 11:10:45 -04:00
2021-07-16 11:10:40 -04:00
2020-09-09 09:27:09 -04:00
2021-10-20 04:37:55 -04:00
2021-10-20 04:37:55 -04:00
2020-09-09 09:27:09 -04:00
2020-09-29 02:15:24 -04:00
2021-10-05 17:30:57 -04:00
2021-10-20 04:37:55 -04:00
2021-11-11 03:13:05 -05:00
2021-10-05 17:30:57 -04:00
2020-09-29 02:15:24 -04:00
2021-10-05 17:30:57 -04:00
2021-12-17 10:46:08 +01:00
2020-09-09 09:27:09 -04:00
2021-02-05 08:52:59 -05:00
2021-11-29 08:49:36 -05:00
2020-09-09 09:27:09 -04:00
2021-09-04 16:35:17 -04:00
2020-09-09 09:27:09 -04:00
2020-09-23 13:41:58 +01:00
2020-09-09 09:27:09 -04:00
2020-09-18 14:12:32 -04:00
2021-12-15 10:35:26 +00:00
2021-12-15 08:08:59 +01:00
2021-10-02 08:43:21 +02:00
2020-09-09 09:27:09 -04:00
2021-11-01 22:56:44 +01:00
2021-11-28 17:03:52 -05:00
2021-03-15 16:41:22 +08:00
2021-09-30 13:42:10 +01:00
2021-04-06 07:11:36 -04:00
2020-09-29 02:14:30 -04:00
2020-09-09 09:27:09 -04:00
2021-03-22 10:17:53 -04:00
2020-09-09 09:27:09 -04:00
2021-03-09 23:13:57 +01:00
2020-09-09 09:27:09 -04:00
2020-09-09 09:27:09 -04:00
2021-12-30 17:16:32 +01:00