]> www.infradead.org Git - users/dwmw2/qemu.git/commit
dma: Let dma_buf_write() take MemTxAttrs argument
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 15 Dec 2021 22:02:21 +0000 (23:02 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 31 Dec 2021 00:05:27 +0000 (01:05 +0100)
commit392e48af3468d7f8e49db33fdc9e28b5f99276ce
tree274618168e58c5ec08008eb8bd1ef3a011946c63
parent959384e74e1b508acc3af6e806b3d7b87335fc2a
dma: Let dma_buf_write() take MemTxAttrs argument

Let devices specify transaction attributes when calling
dma_buf_write().

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-12-philmd@redhat.com>
hw/ide/ahci.c
hw/nvme/ctrl.c
hw/scsi/megasas.c
hw/scsi/scsi-bus.c
include/sysemu/dma.h
softmmu/dma-helpers.c