]> git.proxmox.com Git - mirror_qemu.git/commit
dma: Let dma_memory_set() take MemTxAttrs argument
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 3 Sep 2020 08:28:32 +0000 (10:28 +0200)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 30 Dec 2021 16:16:32 +0000 (17:16 +0100)
commit7a36e42d9114474278ce30ba36945cc62292eb60
tree48274f278a78e769a6695fc548b1a25771a2ef57
parent7ccb391ccd594b3f33de8deb293ff8d47bb4e219
dma: Let dma_memory_set() take MemTxAttrs argument

Let devices specify transaction attributes when calling
dma_memory_set().

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-3-philmd@redhat.com>
hw/nvram/fw_cfg.c
include/hw/ppc/spapr_vio.h
include/sysemu/dma.h
softmmu/dma-helpers.c