commit | 34cdea1db600540a5261dc474e986f28b637c8e6 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@redhat.com> | Fri Dec 17 22:18:07 2021 +0100 |
committer | Philippe Mathieu-Daudé <philmd@redhat.com> | Fri Dec 31 01:05:27 2021 +0100 |
tree | d2a8e430cce86f18e05dcaf9a9f7edf6ee403fc4 | |
parent | 2280c27afc65bb2af95dd44a88e3b7117bfe240a [diff] |
dma: Let ld*_dma() take MemTxAttrs argument Let devices specify transaction attributes when calling ld*_dma(). Keep the default MEMTXATTRS_UNSPECIFIED in the few callers. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20211223115554.3155328-17-philmd@redhat.com>