Re: [PATCH 5/5] dma: Let ld*_pci_dma() propagate MemTxResult

2021-12-21 Thread Richard Henderson
On 12/18/21 7:10 AM, Philippe Mathieu-Daudé wrote: ld*_dma() returns a MemTxResult type. Do not discard it, return it to the caller. Update the few callers. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/pci/pci.h | 17 - hw/audio/intel-hda.c | 2 +- hw/net/eepro100.

[PATCH 5/5] dma: Let ld*_pci_dma() propagate MemTxResult

2021-12-18 Thread Philippe Mathieu-Daudé
ld*_dma() returns a MemTxResult type. Do not discard it, return it to the caller. Update the few callers. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/pci/pci.h | 17 - hw/audio/intel-hda.c | 2 +- hw/net/eepro100.c| 25 ++--- hw/net/tulip.c