commit | e2d784b67dc724a9b0854b49255ba0ee8ca46543 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@redhat.com> | Wed Dec 15 22:18:19 2021 +0100 |
committer | Philippe Mathieu-Daudé <philmd@redhat.com> | Fri Dec 31 01:05:23 2021 +0100 |
tree | 6271b6862784be702db97a9d90754fd97235af73 | |
parent | 5e468a36dcdd8fd5eb04282842b72967a29875e4 [diff] |
pci: Let pci_dma_rw() take MemTxAttrs argument Let devices specify transaction attributes when calling pci_dma_rw(). Keep the default MEMTXATTRS_UNSPECIFIED in the few callers. Reviewed-by: Klaus Jensen <k.jensen@samsung.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20211223115554.3155328-10-philmd@redhat.com>