[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 01/13] pci: pass along the return value of dma_memory_rw
From: |
Richard Henderson |
Subject: |
Re: [PATCH 01/13] pci: pass along the return value of dma_memory_rw |
Date: |
Sat, 5 Sep 2020 20:45:35 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 9/4/20 8:44 AM, Philippe Mathieu-Daudé wrote:
> From: Klaus Jensen <k.jensen@samsung.com>
>
> Some might actually care about the return value of dma_memory_rw. So
> let us pass it along instead of ignoring it.
>
> There are no existing users of the return value, so this patch should be
> safe.
>
> Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
> Acked-by: Keith Busch <kbusch@kernel.org>
> Message-Id: <20191011070141.188713-2-its@irrelevant.dk>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> include/hw/pci/pci.h | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
- [PATCH 00/13] dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult, Philippe Mathieu-Daudé, 2020/09/04
- [PATCH 01/13] pci: pass along the return value of dma_memory_rw, Philippe Mathieu-Daudé, 2020/09/04
- [PATCH 02/13] docs/devel/loads-stores: Add regexp for DMA functions, Philippe Mathieu-Daudé, 2020/09/04
- [PATCH 03/13] dma: Document address_space_map/address_space_unmap() prototypes, Philippe Mathieu-Daudé, 2020/09/04
- [PATCH 04/13] dma: Let dma_memory_set() propagate MemTxResult, Philippe Mathieu-Daudé, 2020/09/04
- [PATCH 05/13] dma: Let dma_memory_rw() propagate MemTxResult, Philippe Mathieu-Daudé, 2020/09/04