Re: [PATCH v2 4/7] hw/elf_ops: Do not ignore write failures when loading ELF

2020-05-19 Thread Stefano Garzarella
On Mon, May 18, 2020 at 05:53:05PM +0200, Philippe Mathieu-Daudé wrote: > Do not ignore the MemTxResult error type returned by > address_space_write(). > > Signed-off-by: Philippe Mathieu-Daudé > --- > include/hw/elf_ops.h | 11 --- > 1 file changed, 8 insertions(+), 3 deletions(-)

[PATCH v2 4/7] hw/elf_ops: Do not ignore write failures when loading ELF

2020-05-18 Thread Philippe Mathieu-Daudé
Do not ignore the MemTxResult error type returned by address_space_write(). Signed-off-by: Philippe Mathieu-Daudé --- include/hw/elf_ops.h | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/include/hw/elf_ops.h b/include/hw/elf_ops.h index 398a4a2c85..6fdff3dced