Re: [PATCH 0/3] pci: Let PCI DMA API functions propagate a MemTxResult

2020-09-15 Thread Philippe Mathieu-Daudé
On 9/4/20 6:26 PM, Philippe Mathieu-Daudé wrote: > The DMA API propagates MemTxResult: > - MEMTX_OK, > - MEMTX_device_ERROR, > - MEMTX_DECODE_ERROR. > > Let the PCI DMA API propagate them, as they are > clearer than an undocumented 'int'. > > Based-on: <20200904154439.643272-1-phi...@redhat.com>

[PATCH 0/3] pci: Let PCI DMA API functions propagate a MemTxResult

2020-09-04 Thread Philippe Mathieu-Daudé
The DMA API propagates MemTxResult: - MEMTX_OK, - MEMTX_device_ERROR, - MEMTX_DECODE_ERROR. Let the PCI DMA API propagate them, as they are clearer than an undocumented 'int'. Based-on: <20200904154439.643272-1-phi...@redhat.com> https://lists.gnu.org/archive/html/qemu-devel/2020-09/msg02048.html