]> git.proxmox.com Git - mirror_qemu.git/commit
dma: Let dma_memory_rw() take MemTxAttrs argument
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 3 Sep 2020 07:37:43 +0000 (09:37 +0200)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 30 Dec 2021 16:16:32 +0000 (17:16 +0100)
commit23faf5694ff8054b847e9733297727be4a641132
treea50cb6d8c2f0f92ff71ea95887ccc2052d004a73
parent4afd0f2f220ec3dc8518b8de0d66cbf8d2fd1be7
dma: Let dma_memory_rw() take MemTxAttrs argument

Let devices specify transaction attributes when calling
dma_memory_rw().

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-5-philmd@redhat.com>
hw/intc/spapr_xive.c
hw/usb/hcd-ohci.c
include/hw/pci/pci.h
include/sysemu/dma.h
softmmu/dma-helpers.c