Re: [PATCH 05/13] dma: Let dma_memory_rw() propagate MemTxResult

2020-09-06 Thread Li Qiang
Philippe Mathieu-Daudé 于2020年9月4日周五 下午11:46写道: > > address_space_rw() returns a MemTxResult type. > Do not discard it, return it to the caller. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Li Qiang > --- > include/sysemu/dma.h | 30 ++ > 1 file changed,

Re: [PATCH 05/13] dma: Let dma_memory_rw() propagate MemTxResult

2020-09-05 Thread Richard Henderson
On 9/4/20 8:44 AM, Philippe Mathieu-Daudé wrote: > address_space_rw() returns a MemTxResult type. > Do not discard it, return it to the caller. > > Signed-off-by: Philippe Mathieu-Daudé > --- > include/sysemu/dma.h | 30 ++ > 1 file changed, 22 insertions(+), 8

[PATCH 05/13] dma: Let dma_memory_rw() propagate MemTxResult

2020-09-04 Thread Philippe Mathieu-Daudé
address_space_rw() returns a MemTxResult type. Do not discard it, return it to the caller. Signed-off-by: Philippe Mathieu-Daudé --- include/sysemu/dma.h | 30 ++ 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/include/sysemu/dma.h