Files
qemu/hw/usb
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-11-02 15:55:14 +00:00
2020-09-18 14:12:32 -04:00
2021-01-22 14:51:35 +01:00
2018-06-01 19:20:38 +03:00
2021-09-01 06:37:13 +02:00
2021-01-08 15:13:38 +00:00
2021-03-15 17:01:17 +01:00
2020-05-15 07:08:14 +02:00
2013-02-19 12:30:05 +01:00
2021-03-15 17:01:12 +01:00
2021-07-22 14:44:47 +02:00
2021-02-17 14:29:12 +01:00
2021-05-12 18:20:25 +02:00
2021-03-15 17:00:58 +01:00
2020-08-31 08:10:47 +02:00