qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/5] dma: Let ld*_pci_dma() take MemTxAttrs argument


From: Richard Henderson
Subject: Re: [PATCH 3/5] dma: Let ld*_pci_dma() take MemTxAttrs argument
Date: Tue, 21 Dec 2021 15:15:43 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

On 12/18/21 7:10 AM, Philippe Mathieu-Daudé wrote:
Let devices specify transaction attributes when calling ld*_pci_dma().

Keep the default MEMTXATTRS_UNSPECIFIED in the few callers.

Signed-off-by: Philippe Mathieu-Daudé<philmd@redhat.com>
---
  include/hw/pci/pci.h |  6 +++---
  hw/audio/intel-hda.c |  2 +-
  hw/net/eepro100.c    | 19 +++++++++++++------
  hw/net/tulip.c       | 18 ++++++++++--------
  hw/scsi/megasas.c    | 16 ++++++++++------
  hw/scsi/mptsas.c     | 10 ++++++----
  hw/scsi/vmw_pvscsi.c |  3 ++-
  hw/usb/hcd-xhci.c    |  1 +
  8 files changed, 46 insertions(+), 29 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]