]> git.proxmox.com Git - mirror_qemu.git/commit
dma: Let dma_buf_rw() take MemTxAttrs argument
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 15 Dec 2021 21:59:46 +0000 (22:59 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 31 Dec 2021 00:05:27 +0000 (01:05 +0100)
commit959384e74e1b508acc3af6e806b3d7b87335fc2a
tree5389def223f1623f232854e3e1357a9b67467b77
parente2d784b67dc724a9b0854b49255ba0ee8ca46543
dma: Let dma_buf_rw() take MemTxAttrs argument

Let devices specify transaction attributes when calling dma_buf_rw().

Keep the default MEMTXATTRS_UNSPECIFIED in the 2 callers.

Reviewed-by: Klaus Jensen <k.jensen@samsung.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20211223115554.3155328-11-philmd@redhat.com>
softmmu/dma-helpers.c