On Mon, 18 May 2020 at 16:53, Philippe Mathieu-Daudé <f4bug@xxxxxxxxx> wrote: > > Both address_space_read_cached_slow() and > address_space_write_cached_slow() return a MemTxResult type. > Do not discard it, return it to the caller. > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@xxxxxxxxx> > --- > include/exec/memory.h | 19 +++++++++++-------- > exec.c | 16 ++++++++-------- > 2 files changed, 19 insertions(+), 16 deletions(-) Reviewed-by: Peter Maydell <peter.maydell@xxxxxxxxxx> thanks -- PMM